Html Css Color HEX #B07BDE Biloba Flower

📋 copy color: '#B07BDE'

red 176 ◦ green 123 ◦ blue 222

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

Shades of Biloba Flower #B07BDE

Tints of Biloba Flower #B07BDE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.61%

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 33.78%
G = 23.61%
B = 42.61%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B07BDE (or 0xB07BDE) is known color: Biloba Flower. HEX triplet: B0, 7B and DE. RGB value is (176,123,222). Sum of RGB (Red+Green+Blue) = 176+123+222=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #B07BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BDE is #4F8421. Grayscale: #959595. Windows color (decimal): -5211170 or 14580656. OLE color: 14580656.

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

Color convert

RGB 176 123 222 -
CMYK 0.21 0.45 0 0.13
HSL 272.12º 0.6% 0.68% -
HSV(B) 272.12º 0.45% 0.87% -
XYZ 38.17 28.67 72.63 -
YUV 150.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 176 123 222 0.21 0.45 0 0.13 272.12 0.6 0.68
Hex B0 7B DE 15 2D 0 D 110 3C 44
Octal 260 173 336 25 55 0 15 420 74 104
Binary 10110000 1111011 11011110 10101 101101 0 1101 100010000 111100 1000100

Color Harmonies of #B07BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BDE

Black with #B07BDE

Text Example


Text Example

White with #B07BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BDE; }

 p { color: rgb(176,123,222); }

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

background-color css

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

 a { background-color: rgb(176,123,222); }

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

border-color css

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

 span { border-color: rgb(176,123,222); }

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