Html Css Color HEX #B293CB Biloba Flower

📋 copy color: '#B293CB'

red 178 ◦ green 147 ◦ blue 203

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

Shades of Biloba Flower #B293CB

Tints of Biloba Flower #B293CB

RGB

 RED value IS 178 (69.92% from 255) = 33.71%

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

 BLUE value IS 203 (79.69% from 255) = 38.45%

R = 33.71%
G = 27.84%
B = 38.45%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B293CB (or 0xB293CB) is known color: Biloba Flower. HEX triplet: B2, 93 and CB. RGB value is (178,147,203). Sum of RGB (Red+Green+Blue) = 178+147+203=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #B293CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293CB is #4D6C34. Grayscale: #A2A2A2. Windows color (decimal): -5073973 or 13341618. OLE color: 13341618.

HSL color Cylindrical-coordinate representation of color #B293CB: hue angle of 273.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B293CB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 147 203 -
CMYK 0.12 0.28 0 0.20
HSL 273.21º 0.35% 0.69% -
HSV(B) 273.21º 0.28% 0.8% -
XYZ 39.57 34.64 61.1 -
YUV 162.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 178 147 203 0.12 0.28 0 0.20 273.21 0.35 0.69
Hex B2 93 CB C 1C 0 14 111 23 45
Octal 262 223 313 14 34 0 24 421 43 105
Binary 10110010 10010011 11001011 1100 11100 0 10100 100010001 100011 1000101

Color Harmonies of #B293CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B293CB

Black with #B293CB

Text Example


Text Example

White with #B293CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B293CB; }

 p { color: rgb(178,147,203); }

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

background-color css

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

 a { background-color: rgb(178,147,203); }

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

border-color css

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

 span { border-color: rgb(178,147,203); }

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