Html Css Color HEX #B68CFC Biloba Flower

📋 copy color: '#B68CFC'

red 182 ◦ green 140 ◦ blue 252

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

Shades of Biloba Flower #B68CFC

Tints of Biloba Flower #B68CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.39%

 BLUE value IS 252 (98.83% from 255) = 43.9%

R = 31.71%
G = 24.39%
B = 43.9%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B68CFC (or 0xB68CFC) is known color: Biloba Flower. HEX triplet: B6, 8C and FC. RGB value is (182,140,252). Sum of RGB (Red+Green+Blue) = 182+140+252=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #B68CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CFC is #497303. Grayscale: #A4A4A4. Windows color (decimal): -4813572 or 16551094. OLE color: 16551094.

HSL color Cylindrical-coordinate representation of color #B68CFC: hue angle of 262.5º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B68CFC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 140 252 -
CMYK 0.28 0.44 0 0.01
HSL 262.5º 0.95% 0.77% -
HSV(B) 262.5º 0.44% 0.99% -
XYZ 46.24 35.73 96.55 -
YUV 165.33 176.91 139.89 -
System Red Green Blue C M Y K H S L
Decimal 182 140 252 0.28 0.44 0 0.01 262.5 0.95 0.77
Hex B6 8C FC 1C 2C 0 1 106 5F 4D
Octal 266 214 374 34 54 0 1 406 137 115
Binary 10110110 10001100 11111100 11100 101100 0 1 100000110 1011111 1001101

Color Harmonies of #B68CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CFC

Black with #B68CFC

Text Example


Text Example

White with #B68CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CFC; }

 p { color: rgb(182,140,252); }

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

background-color css

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

 a { background-color: rgb(182,140,252); }

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

border-color css

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

 span { border-color: rgb(182,140,252); }

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