Html Css Color HEX #B68FDC Biloba Flower

📋 copy color: '#B68FDC'

red 182 ◦ green 143 ◦ blue 220

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

Shades of Biloba Flower #B68FDC

Tints of Biloba Flower #B68FDC

RGB

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

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

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

R = 33.39%
G = 26.24%
B = 40.37%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B68FDC (or 0xB68FDC) is known color: Biloba Flower. HEX triplet: B6, 8F and DC. RGB value is (182,143,220). Sum of RGB (Red+Green+Blue) = 182+143+220=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #B68FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FDC is #497023. Grayscale: #A3A3A3. Windows color (decimal): -4812836 or 14454710. OLE color: 14454710.

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

Color convert

RGB 182 143 220 -
CMYK 0.17 0.35 0 0.14
HSL 270.39º 0.52% 0.71% -
HSV(B) 270.39º 0.35% 0.86% -
XYZ 42.03 34.76 72.2 -
YUV 163.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 182 143 220 0.17 0.35 0 0.14 270.39 0.52 0.71
Hex B6 8F DC 11 23 0 E 10E 34 47
Octal 266 217 334 21 43 0 16 416 64 107
Binary 10110110 10001111 11011100 10001 100011 0 1110 100001110 110100 1000111

Color Harmonies of #B68FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FDC

Black with #B68FDC

Text Example


Text Example

White with #B68FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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