Html Css Color HEX #B07FEE Biloba Flower

📋 copy color: '#B07FEE'

red 176 ◦ green 127 ◦ blue 238

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

Shades of Biloba Flower #B07FEE

Tints of Biloba Flower #B07FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.99%

R = 32.53%
G = 23.48%
B = 43.99%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B07FEE (or 0xB07FEE) is known color: Biloba Flower. HEX triplet: B0, 7F and EE. RGB value is (176,127,238). Sum of RGB (Red+Green+Blue) = 176+127+238=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #B07FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07FEE is #4F8011. Grayscale: #999999. Windows color (decimal): -5210130 or 15630256. OLE color: 15630256.

HSL color Cylindrical-coordinate representation of color #B07FEE: hue angle of 266.49º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B07FEE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 127 238 -
CMYK 0.26 0.47 0 0.07
HSL 266.49º 0.77% 0.72% -
HSV(B) 266.49º 0.47% 0.93% -
XYZ 40.93 30.58 84.63 -
YUV 154.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 176 127 238 0.26 0.47 0 0.07 266.49 0.77 0.72
Hex B0 7F EE 1A 2F 0 7 10A 4D 48
Octal 260 177 356 32 57 0 7 412 115 110
Binary 10110000 1111111 11101110 11010 101111 0 111 100001010 1001101 1001000

Color Harmonies of #B07FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07FEE

Black with #B07FEE

Text Example


Text Example

White with #B07FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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