Html Css Color HEX #B07FDF Biloba Flower

📋 copy color: '#B07FDF'

red 176 ◦ green 127 ◦ blue 223

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

Shades of Biloba Flower #B07FDF

Tints of Biloba Flower #B07FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 24.14%

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

R = 33.46%
G = 24.14%
B = 42.4%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B07FDF (or 0xB07FDF) is known color: Biloba Flower. HEX triplet: B0, 7F and DF. RGB value is (176,127,223). Sum of RGB (Red+Green+Blue) = 176+127+223=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #B07FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FDF is #4F8020. Grayscale: #989898. Windows color (decimal): -5210145 or 14647216. OLE color: 14647216.

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

Color convert

RGB 176 127 223 -
CMYK 0.21 0.43 0 0.13
HSL 270.63º 0.6% 0.69% -
HSV(B) 270.63º 0.43% 0.87% -
XYZ 38.81 29.74 73.51 -
YUV 152.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 176 127 223 0.21 0.43 0 0.13 270.63 0.6 0.69
Hex B0 7F DF 15 2B 0 D 10F 3C 45
Octal 260 177 337 25 53 0 15 417 74 105
Binary 10110000 1111111 11011111 10101 101011 0 1101 100001111 111100 1000101

Color Harmonies of #B07FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07FDF

Black with #B07FDF

Text Example


Text Example

White with #B07FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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