Html Css Color HEX #B68AD8 Biloba Flower

📋 copy color: '#B68AD8'

red 182 ◦ green 138 ◦ blue 216

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

Shades of Biloba Flower #B68AD8

Tints of Biloba Flower #B68AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.3%

R = 33.96%
G = 25.75%
B = 40.3%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B68AD8 (or 0xB68AD8) is known color: Biloba Flower. HEX triplet: B6, 8A and D8. RGB value is (182,138,216). Sum of RGB (Red+Green+Blue) = 182+138+216=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #B68AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68AD8 is #497527. Grayscale: #9F9F9F. Windows color (decimal): -4814120 or 14191286. OLE color: 14191286.

HSL color Cylindrical-coordinate representation of color #B68AD8: hue angle of 273.85º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68AD8 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 138 216 -
CMYK 0.16 0.36 0 0.15
HSL 273.85º 0.5% 0.69% -
HSV(B) 273.85º 0.36% 0.85% -
XYZ 40.77 33.08 69.2 -
YUV 160.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 182 138 216 0.16 0.36 0 0.15 273.85 0.5 0.69
Hex B6 8A D8 10 24 0 F 112 32 45
Octal 266 212 330 20 44 0 17 422 62 105
Binary 10110110 10001010 11011000 10000 100100 0 1111 100010010 110010 1000101

Color Harmonies of #B68AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68AD8

Black with #B68AD8

Text Example


Text Example

White with #B68AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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