Html Css Color HEX #B08FFB Biloba Flower

📋 copy color: '#B08FFB'

red 176 ◦ green 143 ◦ blue 251

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

Shades of Biloba Flower #B08FFB

Tints of Biloba Flower #B08FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.09%

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 30.88%
G = 25.09%
B = 44.04%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B08FFB (or 0xB08FFB) is known color: Biloba Flower. HEX triplet: B0, 8F and FB. RGB value is (176,143,251). Sum of RGB (Red+Green+Blue) = 176+143+251=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #B08FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08FFB is #4F7004. Grayscale: #A4A4A4. Windows color (decimal): -5206021 or 16486320. OLE color: 16486320.

HSL color Cylindrical-coordinate representation of color #B08FFB: hue angle of 258.33º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B08FFB is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 143 251 -
CMYK 0.30 0.43 0 0.02
HSL 258.33º 0.93% 0.77% -
HSV(B) 258.33º 0.43% 0.98% -
XYZ 45.14 35.84 95.81 -
YUV 165.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 176 143 251 0.30 0.43 0 0.02 258.33 0.93 0.77
Hex B0 8F FB 1E 2B 0 2 102 5D 4D
Octal 260 217 373 36 53 0 2 402 135 115
Binary 10110000 10001111 11111011 11110 101011 0 10 100000010 1011101 1001101

Color Harmonies of #B08FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FFB

Black with #B08FFB

Text Example


Text Example

White with #B08FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FFB; }

 p { color: rgb(176,143,251); }

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

background-color css

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

 a { background-color: rgb(176,143,251); }

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

border-color css

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

 span { border-color: rgb(176,143,251); }

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