Html Css Color HEX #B07CDF Biloba Flower

📋 copy color: '#B07CDF'

red 176 ◦ green 124 ◦ blue 223

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

Shades of Biloba Flower #B07CDF

Tints of Biloba Flower #B07CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.71%

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

R = 33.65%
G = 23.71%
B = 42.64%

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

#B07CDF (or 0xB07CDF) is known color: Biloba Flower. HEX triplet: B0, 7C and DF. RGB value is (176,124,223). Sum of RGB (Red+Green+Blue) = 176+124+223=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #B07CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07CDF is #4F8320. Grayscale: #969696. Windows color (decimal): -5210913 or 14646448. OLE color: 14646448.

HSL color Cylindrical-coordinate representation of color #B07CDF: hue angle of 271.52º degrees, saturation: 0.61, 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 #B07CDF is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 124 223 -
CMYK 0.21 0.44 0 0.13
HSL 271.52º 0.61% 0.68% -
HSV(B) 271.52º 0.44% 0.87% -
XYZ 38.43 28.97 73.38 -
YUV 150.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 176 124 223 0.21 0.44 0 0.13 271.52 0.61 0.68
Hex B0 7C DF 15 2C 0 D 110 3D 44
Octal 260 174 337 25 54 0 15 420 75 104
Binary 10110000 1111100 11011111 10101 101100 0 1101 100010000 111101 1000100

Color Harmonies of #B07CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CDF

Black with #B07CDF

Text Example


Text Example

White with #B07CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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