Html Css Color HEX #B07FEC Biloba Flower

📋 copy color: '#B07FEC'

red 176 ◦ green 127 ◦ blue 236

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

Shades of Biloba Flower #B07FEC

Tints of Biloba Flower #B07FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.78%

R = 32.65%
G = 23.56%
B = 43.78%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B07FEC (or 0xB07FEC) is known color: Biloba Flower. HEX triplet: B0, 7F and EC. RGB value is (176,127,236). Sum of RGB (Red+Green+Blue) = 176+127+236=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #B07FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07FEC is #4F8013. Grayscale: #999999. Windows color (decimal): -5210132 or 15499184. OLE color: 15499184.

HSL color Cylindrical-coordinate representation of color #B07FEC: hue angle of 266.97º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B07FEC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 127 236 -
CMYK 0.25 0.46 0 0.07
HSL 266.97º 0.74% 0.71% -
HSV(B) 266.97º 0.46% 0.93% -
XYZ 40.63 30.46 83.1 -
YUV 154.08 174.23 143.64 -
System Red Green Blue C M Y K H S L
Decimal 176 127 236 0.25 0.46 0 0.07 266.97 0.74 0.71
Hex B0 7F EC 19 2E 0 7 10B 4A 47
Octal 260 177 354 31 56 0 7 413 112 107
Binary 10110000 1111111 11101100 11001 101110 0 111 100001011 1001010 1000111

Color Harmonies of #B07FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07FEC

Black with #B07FEC

Text Example


Text Example

White with #B07FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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