Html Css Color HEX #B252ED Medium Orchid

📋 copy color: '#B252ED'

red 178 ◦ green 82 ◦ blue 237

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

Shades of Medium Orchid #B252ED

Tints of Medium Orchid #B252ED

RGB

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

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

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

R = 35.81%
G = 16.5%
B = 47.69%

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

#B252ED (or 0xB252ED) is known color: Medium Orchid. HEX triplet: B2, 52 and ED. RGB value is (178,82,237). Sum of RGB (Red+Green+Blue) = 178+82+237=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #B252ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B252ED is #4DAD12. Grayscale: #7F7F7F. Windows color (decimal): -5090579 or 15553202. OLE color: 15553202.

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

Color convert

RGB 178 82 237 -
CMYK 0.25 0.65 0 0.07
HSL 277.16º 0.81% 0.63% -
HSV(B) 277.16º 0.65% 0.93% -
XYZ 36.66 21.61 82.36 -
YUV 128.37 189.3 163.4 -
System Red Green Blue C M Y K H S L
Decimal 178 82 237 0.25 0.65 0 0.07 277.16 0.81 0.63
Hex B2 52 ED 19 41 0 7 115 51 3F
Octal 262 122 355 31 101 0 7 425 121 77
Binary 10110010 1010010 11101101 11001 1000001 0 111 100010101 1010001 111111

Color Harmonies of #B252ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B252ED

Black with #B252ED

Text Example


Text Example

White with #B252ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B252ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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