Html Css Color HEX #B292ED Biloba Flower

📋 copy color: '#B292ED'

red 178 ◦ green 146 ◦ blue 237

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

Shades of Biloba Flower #B292ED

Tints of Biloba Flower #B292ED

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.02%

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 31.73%
G = 26.02%
B = 42.25%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B292ED (or 0xB292ED) is known color: Biloba Flower. HEX triplet: B2, 92 and ED. RGB value is (178,146,237). Sum of RGB (Red+Green+Blue) = 178+146+237=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #B292ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B292ED is #4D6D12. Grayscale: #A5A5A5. Windows color (decimal): -5074195 or 15569586. OLE color: 15569586.

HSL color Cylindrical-coordinate representation of color #B292ED: hue angle of 261.1º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B292ED is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 146 237 -
CMYK 0.25 0.38 0 0.07
HSL 261.1º 0.72% 0.75% -
HSV(B) 261.1º 0.38% 0.93% -
XYZ 43.93 36.14 84.78 -
YUV 165.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 178 146 237 0.25 0.38 0 0.07 261.1 0.72 0.75
Hex B2 92 ED 19 26 0 7 105 48 4B
Octal 262 222 355 31 46 0 7 405 110 113
Binary 10110010 10010010 11101101 11001 100110 0 111 100000101 1001000 1001011

Color Harmonies of #B292ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B292ED

Black with #B292ED

Text Example


Text Example

White with #B292ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B292ED; }

 p { color: rgb(178,146,237); }

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

background-color css

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

 a { background-color: rgb(178,146,237); }

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

border-color css

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

 span { border-color: rgb(178,146,237); }

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