Html Css Color HEX #B68FE9 Biloba Flower

📋 copy color: '#B68FE9'

red 182 ◦ green 143 ◦ blue 233

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

Shades of Biloba Flower #B68FE9

Tints of Biloba Flower #B68FE9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.63%

 BLUE value IS 233 (91.41% from 255) = 41.76%

R = 32.62%
G = 25.63%
B = 41.76%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B68FE9 (or 0xB68FE9) is known color: Biloba Flower. HEX triplet: B6, 8F and E9. RGB value is (182,143,233). Sum of RGB (Red+Green+Blue) = 182+143+233=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #B68FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FE9 is #497016. Grayscale: #A4A4A4. Windows color (decimal): -4812823 or 15306678. OLE color: 15306678.

HSL color Cylindrical-coordinate representation of color #B68FE9: hue angle of 266º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B68FE9 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 143 233 -
CMYK 0.22 0.39 0 0.09
HSL 266º 0.67% 0.74% -
HSV(B) 266º 0.39% 0.91% -
XYZ 43.82 35.47 81.63 -
YUV 164.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 182 143 233 0.22 0.39 0 0.09 266 0.67 0.74
Hex B6 8F E9 16 27 0 9 10A 43 4A
Octal 266 217 351 26 47 0 11 412 103 112
Binary 10110110 10001111 11101001 10110 100111 0 1001 100001010 1000011 1001010

Color Harmonies of #B68FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FE9

Black with #B68FE9

Text Example


Text Example

White with #B68FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FE9; }

 p { color: rgb(182,143,233); }

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

background-color css

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

 a { background-color: rgb(182,143,233); }

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

border-color css

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

 span { border-color: rgb(182,143,233); }

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