Html Css Color HEX #B252EC Medium Orchid

📋 copy color: '#B252EC'

red 178 ◦ green 82 ◦ blue 236

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

Shades of Medium Orchid #B252EC

Tints of Medium Orchid #B252EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 35.89%
G = 16.53%
B = 47.58%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B252EC (or 0xB252EC) is known color: Medium Orchid. HEX triplet: B2, 52 and EC. RGB value is (178,82,236). Sum of RGB (Red+Green+Blue) = 178+82+236=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #B252EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B252EC is #4DAD13. Grayscale: #7F7F7F. Windows color (decimal): -5090580 or 15487666. OLE color: 15487666.

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

Color convert

RGB 178 82 236 -
CMYK 0.25 0.65 0 0.07
HSL 277.4º 0.8% 0.62% -
HSV(B) 277.4º 0.65% 0.93% -
XYZ 36.52 21.56 81.59 -
YUV 128.26 188.8 163.48 -
System Red Green Blue C M Y K H S L
Decimal 178 82 236 0.25 0.65 0 0.07 277.4 0.8 0.62
Hex B2 52 EC 19 41 0 7 115 50 3E
Octal 262 122 354 31 101 0 7 425 120 76
Binary 10110010 1010010 11101100 11001 1000001 0 111 100010101 1010000 111110

Color Harmonies of #B252EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B252EC

Black with #B252EC

Text Example


Text Example

White with #B252EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B252EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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