Html Css Color HEX #B68DDC Biloba Flower

📋 copy color: '#B68DDC'

red 182 ◦ green 141 ◦ blue 220

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

Shades of Biloba Flower #B68DDC

Tints of Biloba Flower #B68DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.97%

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

R = 33.52%
G = 25.97%
B = 40.52%

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

#B68DDC (or 0xB68DDC) is known color: Biloba Flower. HEX triplet: B6, 8D and DC. RGB value is (182,141,220). Sum of RGB (Red+Green+Blue) = 182+141+220=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #B68DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DDC is #497223. Grayscale: #A1A1A1. Windows color (decimal): -4813348 or 14454198. OLE color: 14454198.

HSL color Cylindrical-coordinate representation of color #B68DDC: hue angle of 271.14º 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 #B68DDC is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 141 220 -
CMYK 0.17 0.36 0 0.14
HSL 271.14º 0.53% 0.71% -
HSV(B) 271.14º 0.36% 0.86% -
XYZ 41.73 34.16 72.1 -
YUV 162.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 182 141 220 0.17 0.36 0 0.14 271.14 0.53 0.71
Hex B6 8D DC 11 24 0 E 10F 35 47
Octal 266 215 334 21 44 0 16 417 65 107
Binary 10110110 10001101 11011100 10001 100100 0 1110 100001111 110101 1000111

Color Harmonies of #B68DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DDC

Black with #B68DDC

Text Example


Text Example

White with #B68DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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