Html Css Color HEX #B68ADB Biloba Flower

📋 copy color: '#B68ADB'

red 182 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #B68ADB

Tints of Biloba Flower #B68ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.6%

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 33.77%
G = 25.6%
B = 40.63%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B68ADB (or 0xB68ADB) is known color: Biloba Flower. HEX triplet: B6, 8A and DB. RGB value is (182,138,219). Sum of RGB (Red+Green+Blue) = 182+138+219=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #B68ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68ADB is #497524. Grayscale: #A0A0A0. Windows color (decimal): -4814117 or 14387894. OLE color: 14387894.

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

Color convert

RGB 182 138 219 -
CMYK 0.17 0.37 0 0.14
HSL 272.59º 0.53% 0.7% -
HSV(B) 272.59º 0.37% 0.86% -
XYZ 41.17 33.24 71.26 -
YUV 160.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 182 138 219 0.17 0.37 0 0.14 272.59 0.53 0.7
Hex B6 8A DB 11 25 0 E 111 35 46
Octal 266 212 333 21 45 0 16 421 65 106
Binary 10110110 10001010 11011011 10001 100101 0 1110 100010001 110101 1000110

Color Harmonies of #B68ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68ADB

Black with #B68ADB

Text Example


Text Example

White with #B68ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68ADB; }

 p { color: rgb(182,138,219); }

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

background-color css

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

 a { background-color: rgb(182,138,219); }

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

border-color css

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

 span { border-color: rgb(182,138,219); }

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