Html Css Color HEX #B090CF Biloba Flower

📋 copy color: '#B090CF'

red 176 ◦ green 144 ◦ blue 207

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

Shades of Biloba Flower #B090CF

Tints of Biloba Flower #B090CF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.32%

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 33.4%
G = 27.32%
B = 39.28%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B090CF (or 0xB090CF) is known color: Biloba Flower. HEX triplet: B0, 90 and CF. RGB value is (176,144,207). Sum of RGB (Red+Green+Blue) = 176+144+207=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #B090CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090CF is #4F6F30. Grayscale: #A0A0A0. Windows color (decimal): -5205809 or 13602992. OLE color: 13602992.

HSL color Cylindrical-coordinate representation of color #B090CF: hue angle of 270.48º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B090CF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 144 207 -
CMYK 0.15 0.30 0 0.19
HSL 270.48º 0.4% 0.69% -
HSV(B) 270.48º 0.3% 0.81% -
XYZ 39.14 33.68 63.47 -
YUV 160.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 176 144 207 0.15 0.30 0 0.19 270.48 0.4 0.69
Hex B0 90 CF F 1E 0 13 10E 28 45
Octal 260 220 317 17 36 0 23 416 50 105
Binary 10110000 10010000 11001111 1111 11110 0 10011 100001110 101000 1000101

Color Harmonies of #B090CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B090CF

Black with #B090CF

Text Example


Text Example

White with #B090CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B090CF; }

 p { color: rgb(176,144,207); }

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

background-color css

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

 a { background-color: rgb(176,144,207); }

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

border-color css

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

 span { border-color: rgb(176,144,207); }

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