Html Css Color HEX #B67FFB Biloba Flower

📋 copy color: '#B67FFB'

red 182 ◦ green 127 ◦ blue 251

#B67FFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B67FFB

Tints of Biloba Flower #B67FFB

RGB

 RED value IS 182 (71.48% from 255) = 32.5%

 GREEN value IS 127 (50% from 255) = 22.68%

 BLUE value IS 251 (98.44% from 255) = 44.82%

R = 32.5%
G = 22.68%
B = 44.82%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B67FFB (or 0xB67FFB) is known color: Biloba Flower. HEX triplet: B6, 7F and FB. RGB value is (182,127,251). Sum of RGB (Red+Green+Blue) = 182+127+251=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #B67FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67FFB is #498004. Grayscale: #9D9D9D. Windows color (decimal): -4816901 or 16482230. OLE color: 16482230.

HSL color Cylindrical-coordinate representation of color #B67FFB: hue angle of 266.61º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B67FFB is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 127 251 -
CMYK 0.27 0.49 0 0.02
HSL 266.61º 0.94% 0.74% -
HSV(B) 266.61º 0.49% 0.98% -
XYZ 44.29 32.09 95.13 -
YUV 157.58 180.72 145.42 -
System Red Green Blue C M Y K H S L
Decimal 182 127 251 0.27 0.49 0 0.02 266.61 0.94 0.74
Hex B6 7F FB 1B 31 0 2 10B 5E 4A
Octal 266 177 373 33 61 0 2 413 136 112
Binary 10110110 1111111 11111011 11011 110001 0 10 100001011 1011110 1001010

Color Harmonies of #B67FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67FFB

Black with #B67FFB

Text Example


Text Example

White with #B67FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67FFB; }

 p { color: rgb(182,127,251); }

 H1.HeaderClassName
 {
   color: #B67FFB;
 }
 .AnyTagClassName
 {
   color: #B67FFB;
 }
</style>

background-color css

<style>
 a { background-color: #B67FFB; }

 a { background-color: rgb(182,127,251); }

 div.DivClassName
 {
   background-color: #B67FFB;
 }
 .BgClassName
 {
   background-color: #B67FFB;
 }
</style>

border-color css

<style>
 span { border-color: #B67FFB; }

 span { border-color: rgb(182,127,251); }

 td.TdClassName
 {
   border-color: #B67FFB;
 }
 .TagClassName
 {
   border-color: #B67FFB;
 }
</style>