Html Css Color HEX #B88FDF Biloba Flower

📋 copy color: '#B88FDF'

red 184 ◦ green 143 ◦ blue 223

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

Shades of Biloba Flower #B88FDF

Tints of Biloba Flower #B88FDF

RGB

 RED value IS 184 (72.27% from 255) = 33.45%

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

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

R = 33.45%
G = 26%
B = 40.55%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B88FDF (or 0xB88FDF) is known color: Biloba Flower. HEX triplet: B8, 8F and DF. RGB value is (184,143,223). Sum of RGB (Red+Green+Blue) = 184+143+223=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #B88FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FDF is #477020. Grayscale: #A4A4A4. Windows color (decimal): -4681761 or 14651320. OLE color: 14651320.

HSL color Cylindrical-coordinate representation of color #B88FDF: hue angle of 270.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B88FDF is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 143 223 -
CMYK 0.17 0.36 0 0.13
HSL 270.75º 0.56% 0.72% -
HSV(B) 270.75º 0.36% 0.87% -
XYZ 42.91 35.16 74.34 -
YUV 164.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 184 143 223 0.17 0.36 0 0.13 270.75 0.56 0.72
Hex B8 8F DF 11 24 0 D 10F 38 48
Octal 270 217 337 21 44 0 15 417 70 110
Binary 10111000 10001111 11011111 10001 100100 0 1101 100001111 111000 1001000

Color Harmonies of #B88FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88FDF

Black with #B88FDF

Text Example


Text Example

White with #B88FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88FDF; }

 p { color: rgb(184,143,223); }

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

background-color css

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

 a { background-color: rgb(184,143,223); }

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

border-color css

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

 span { border-color: rgb(184,143,223); }

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