Html Css Color HEX #B68CDC Biloba Flower

📋 copy color: '#B68CDC'

red 182 ◦ green 140 ◦ blue 220

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

Shades of Biloba Flower #B68CDC

Tints of Biloba Flower #B68CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 33.58%
G = 25.83%
B = 40.59%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B68CDC (or 0xB68CDC) is known color: Biloba Flower. HEX triplet: B6, 8C and DC. RGB value is (182,140,220). Sum of RGB (Red+Green+Blue) = 182+140+220=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #B68CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CDC is #497323. Grayscale: #A1A1A1. Windows color (decimal): -4813604 or 14453942. OLE color: 14453942.

HSL color Cylindrical-coordinate representation of color #B68CDC: hue angle of 271.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68CDC is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 140 220 -
CMYK 0.17 0.36 0 0.14
HSL 271.5º 0.53% 0.71% -
HSV(B) 271.5º 0.36% 0.86% -
XYZ 41.59 33.87 72.06 -
YUV 161.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 182 140 220 0.17 0.36 0 0.14 271.5 0.53 0.71
Hex B6 8C DC 11 24 0 E 110 35 47
Octal 266 214 334 21 44 0 16 420 65 107
Binary 10110110 10001100 11011100 10001 100100 0 1110 100010000 110101 1000111

Color Harmonies of #B68CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CDC

Black with #B68CDC

Text Example


Text Example

White with #B68CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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