Html Css Color HEX #B08BDF Biloba Flower

📋 copy color: '#B08BDF'

red 176 ◦ green 139 ◦ blue 223

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

Shades of Biloba Flower #B08BDF

Tints of Biloba Flower #B08BDF

RGB

 RED value IS 176 (69.14% from 255) = 32.71%

 GREEN value IS 139 (54.69% from 255) = 25.84%

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 32.71%
G = 25.84%
B = 41.45%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B08BDF (or 0xB08BDF) is known color: Biloba Flower. HEX triplet: B0, 8B and DF. RGB value is (176,139,223). Sum of RGB (Red+Green+Blue) = 176+139+223=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #B08BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BDF is #4F7420. Grayscale: #9F9F9F. Windows color (decimal): -5207073 or 14650288. OLE color: 14650288.

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

Color convert

RGB 176 139 223 -
CMYK 0.21 0.38 0 0.13
HSL 266.43º 0.57% 0.71% -
HSV(B) 266.43º 0.38% 0.87% -
XYZ 40.46 33.02 74.05 -
YUV 159.64 163.76 139.67 -
System Red Green Blue C M Y K H S L
Decimal 176 139 223 0.21 0.38 0 0.13 266.43 0.57 0.71
Hex B0 8B DF 15 26 0 D 10A 39 47
Octal 260 213 337 25 46 0 15 412 71 107
Binary 10110000 10001011 11011111 10101 100110 0 1101 100001010 111001 1000111

Color Harmonies of #B08BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08BDF

Black with #B08BDF

Text Example


Text Example

White with #B08BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08BDF; }

 p { color: rgb(176,139,223); }

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

background-color css

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

 a { background-color: rgb(176,139,223); }

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

border-color css

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

 span { border-color: rgb(176,139,223); }

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