Html Css Color HEX #B07FDA Biloba Flower

📋 copy color: '#B07FDA'

red 176 ◦ green 127 ◦ blue 218

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

Shades of Biloba Flower #B07FDA

Tints of Biloba Flower #B07FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 33.78%
G = 24.38%
B = 41.84%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B07FDA (or 0xB07FDA) is known color: Biloba Flower. HEX triplet: B0, 7F and DA. RGB value is (176,127,218). Sum of RGB (Red+Green+Blue) = 176+127+218=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #B07FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FDA is #4F8025. Grayscale: #979797. Windows color (decimal): -5210150 or 14319536. OLE color: 14319536.

HSL color Cylindrical-coordinate representation of color #B07FDA: hue angle of 272.31º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B07FDA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 127 218 -
CMYK 0.19 0.42 0 0.15
HSL 272.31º 0.55% 0.68% -
HSV(B) 272.31º 0.42% 0.85% -
XYZ 38.15 29.47 70.01 -
YUV 152.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 176 127 218 0.19 0.42 0 0.15 272.31 0.55 0.68
Hex B0 7F DA 13 2A 0 F 110 37 44
Octal 260 177 332 23 52 0 17 420 67 104
Binary 10110000 1111111 11011010 10011 101010 0 1111 100010000 110111 1000100

Color Harmonies of #B07FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07FDA

Black with #B07FDA

Text Example


Text Example

White with #B07FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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