Html Css Color HEX #B68DDD Biloba Flower

📋 copy color: '#B68DDD'

red 182 ◦ green 141 ◦ blue 221

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

Shades of Biloba Flower #B68DDD

Tints of Biloba Flower #B68DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 33.46%
G = 25.92%
B = 40.63%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B68DDD (or 0xB68DDD) is known color: Biloba Flower. HEX triplet: B6, 8D and DD. RGB value is (182,141,221). Sum of RGB (Red+Green+Blue) = 182+141+221=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #B68DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DDD is #497222. Grayscale: #A2A2A2. Windows color (decimal): -4813347 or 14519734. OLE color: 14519734.

HSL color Cylindrical-coordinate representation of color #B68DDD: hue angle of 270.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68DDD is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 141 221 -
CMYK 0.18 0.36 0 0.13
HSL 270.75º 0.54% 0.71% -
HSV(B) 270.75º 0.36% 0.87% -
XYZ 41.87 34.22 72.8 -
YUV 162.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 182 141 221 0.18 0.36 0 0.13 270.75 0.54 0.71
Hex B6 8D DD 12 24 0 D 10F 36 47
Octal 266 215 335 22 44 0 15 417 66 107
Binary 10110110 10001101 11011101 10010 100100 0 1101 100001111 110110 1000111

Color Harmonies of #B68DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DDD

Black with #B68DDD

Text Example


Text Example

White with #B68DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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