Html Css Color HEX #B07DDF Biloba Flower

📋 copy color: '#B07DDF'

red 176 ◦ green 125 ◦ blue 223

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

Shades of Biloba Flower #B07DDF

Tints of Biloba Flower #B07DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.85%

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

R = 33.59%
G = 23.85%
B = 42.56%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B07DDF (or 0xB07DDF) is known color: Biloba Flower. HEX triplet: B0, 7D and DF. RGB value is (176,125,223). Sum of RGB (Red+Green+Blue) = 176+125+223=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #B07DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DDF is #4F8220. Grayscale: #979797. Windows color (decimal): -5210657 or 14646704. OLE color: 14646704.

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

Color convert

RGB 176 125 223 -
CMYK 0.21 0.44 0 0.13
HSL 271.22º 0.6% 0.68% -
HSV(B) 271.22º 0.44% 0.87% -
XYZ 38.56 29.23 73.42 -
YUV 151.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 176 125 223 0.21 0.44 0 0.13 271.22 0.6 0.68
Hex B0 7D DF 15 2C 0 D 10F 3C 44
Octal 260 175 337 25 54 0 15 417 74 104
Binary 10110000 1111101 11011111 10101 101100 0 1101 100001111 111100 1000100

Color Harmonies of #B07DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07DDF

Black with #B07DDF

Text Example


Text Example

White with #B07DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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