Html Css Color HEX #B093CA Biloba Flower

📋 copy color: '#B093CA'

red 176 ◦ green 147 ◦ blue 202

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

Shades of Biloba Flower #B093CA

Tints of Biloba Flower #B093CA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28%

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 33.52%
G = 28%
B = 38.48%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B093CA (or 0xB093CA) is known color: Biloba Flower. HEX triplet: B0, 93 and CA. RGB value is (176,147,202). Sum of RGB (Red+Green+Blue) = 176+147+202=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #B093CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093CA is #4F6C35. Grayscale: #A1A1A1. Windows color (decimal): -5205046 or 13276080. OLE color: 13276080.

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

Color convert

RGB 176 147 202 -
CMYK 0.13 0.27 0 0.21
HSL 271.64º 0.34% 0.68% -
HSV(B) 271.64º 0.27% 0.79% -
XYZ 39 34.36 60.45 -
YUV 161.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 176 147 202 0.13 0.27 0 0.21 271.64 0.34 0.68
Hex B0 93 CA D 1B 0 15 110 22 44
Octal 260 223 312 15 33 0 25 420 42 104
Binary 10110000 10010011 11001010 1101 11011 0 10101 100010000 100010 1000100

Color Harmonies of #B093CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B093CA

Black with #B093CA

Text Example


Text Example

White with #B093CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B093CA; }

 p { color: rgb(176,147,202); }

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

background-color css

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

 a { background-color: rgb(176,147,202); }

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

border-color css

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

 span { border-color: rgb(176,147,202); }

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