Html Css Color HEX #B69EDD Biloba Flower

📋 copy color: '#B69EDD'

red 182 ◦ green 158 ◦ blue 221

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

Shades of Biloba Flower #B69EDD

Tints of Biloba Flower #B69EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.16%

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

R = 32.44%
G = 28.16%
B = 39.39%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B69EDD (or 0xB69EDD) is known color: Biloba Flower. HEX triplet: B6, 9E and DD. RGB value is (182,158,221). Sum of RGB (Red+Green+Blue) = 182+158+221=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #B69EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69EDD is #496122. Grayscale: #ACACAC. Windows color (decimal): -4808995 or 14524086. OLE color: 14524086.

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

Color convert

RGB 182 158 221 -
CMYK 0.18 0.29 0 0.13
HSL 262.86º 0.48% 0.74% -
HSV(B) 262.86º 0.29% 0.87% -
XYZ 44.57 39.62 73.7 -
YUV 172.36 155.45 134.88 -
System Red Green Blue C M Y K H S L
Decimal 182 158 221 0.18 0.29 0 0.13 262.86 0.48 0.74
Hex B6 9E DD 12 1D 0 D 107 30 4A
Octal 266 236 335 22 35 0 15 407 60 112
Binary 10110110 10011110 11011101 10010 11101 0 1101 100000111 110000 1001010

Color Harmonies of #B69EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69EDD

Black with #B69EDD

Text Example


Text Example

White with #B69EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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