Html Css Color HEX #B68FEC Biloba Flower

📋 copy color: '#B68FEC'

red 182 ◦ green 143 ◦ blue 236

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

Shades of Biloba Flower #B68FEC

Tints of Biloba Flower #B68FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.07%

R = 32.44%
G = 25.49%
B = 42.07%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B68FEC (or 0xB68FEC) is known color: Biloba Flower. HEX triplet: B6, 8F and EC. RGB value is (182,143,236). Sum of RGB (Red+Green+Blue) = 182+143+236=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #B68FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FEC is #497013. Grayscale: #A4A4A4. Windows color (decimal): -4812820 or 15503286. OLE color: 15503286.

HSL color Cylindrical-coordinate representation of color #B68FEC: hue angle of 265.16º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B68FEC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 143 236 -
CMYK 0.23 0.39 0 0.07
HSL 265.16º 0.71% 0.74% -
HSV(B) 265.16º 0.39% 0.93% -
XYZ 44.25 35.65 83.9 -
YUV 165.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 182 143 236 0.23 0.39 0 0.07 265.16 0.71 0.74
Hex B6 8F EC 17 27 0 7 109 47 4A
Octal 266 217 354 27 47 0 7 411 107 112
Binary 10110110 10001111 11101100 10111 100111 0 111 100001001 1000111 1001010

Color Harmonies of #B68FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FEC

Black with #B68FEC

Text Example


Text Example

White with #B68FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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