Html Css Color HEX #B252E9 Medium Orchid

📋 copy color: '#B252E9'

red 178 ◦ green 82 ◦ blue 233

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

Shades of Medium Orchid #B252E9

Tints of Medium Orchid #B252E9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.63%

 BLUE value IS 233 (91.41% from 255) = 47.26%

R = 36.11%
G = 16.63%
B = 47.26%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B252E9 (or 0xB252E9) is known color: Medium Orchid. HEX triplet: B2, 52 and E9. RGB value is (178,82,233). Sum of RGB (Red+Green+Blue) = 178+82+233=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #B252E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B252E9 is #4DAD16. Grayscale: #7F7F7F. Windows color (decimal): -5090583 or 15291058. OLE color: 15291058.

HSL color Cylindrical-coordinate representation of color #B252E9: hue angle of 278.15º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B252E9 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 82 233 -
CMYK 0.24 0.65 0 0.09
HSL 278.15º 0.77% 0.62% -
HSV(B) 278.15º 0.65% 0.91% -
XYZ 36.09 21.38 79.32 -
YUV 127.92 187.3 163.72 -
System Red Green Blue C M Y K H S L
Decimal 178 82 233 0.24 0.65 0 0.09 278.15 0.77 0.62
Hex B2 52 E9 18 41 0 9 116 4D 3E
Octal 262 122 351 30 101 0 11 426 115 76
Binary 10110010 1010010 11101001 11000 1000001 0 1001 100010110 1001101 111110

Color Harmonies of #B252E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B252E9

Black with #B252E9

Text Example


Text Example

White with #B252E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B252E9; }

 p { color: rgb(178,82,233); }

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

background-color css

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

 a { background-color: rgb(178,82,233); }

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

border-color css

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

 span { border-color: rgb(178,82,233); }

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