Html Css Color HEX #B952EA Medium Orchid

📋 copy color: '#B952EA'

red 185 ◦ green 82 ◦ blue 234

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

Shades of Medium Orchid #B952EA

Tints of Medium Orchid #B952EA

RGB

 RED value IS 185 (72.66% from 255) = 36.93%

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

 BLUE value IS 234 (91.8% from 255) = 46.71%

R = 36.93%
G = 16.37%
B = 46.71%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B952EA (or 0xB952EA) is known color: Medium Orchid. HEX triplet: B9, 52 and EA. RGB value is (185,82,234). Sum of RGB (Red+Green+Blue) = 185+82+234=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #B952EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B952EA is #46AD15. Grayscale: #818181. Windows color (decimal): -4631830 or 15356601. OLE color: 15356601.

HSL color Cylindrical-coordinate representation of color #B952EA: hue angle of 280.66º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B952EA is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 82 234 -
CMYK 0.21 0.65 0 0.08
HSL 280.66º 0.78% 0.62% -
HSV(B) 280.66º 0.65% 0.92% -
XYZ 37.88 22.29 80.15 -
YUV 130.13 186.62 167.14 -
System Red Green Blue C M Y K H S L
Decimal 185 82 234 0.21 0.65 0 0.08 280.66 0.78 0.62
Hex B9 52 EA 15 41 0 8 119 4E 3E
Octal 271 122 352 25 101 0 10 431 116 76
Binary 10111001 1010010 11101010 10101 1000001 0 1000 100011001 1001110 111110

Color Harmonies of #B952EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952EA

Black with #B952EA

Text Example


Text Example

White with #B952EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952EA; }

 p { color: rgb(185,82,234); }

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

background-color css

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

 a { background-color: rgb(185,82,234); }

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

border-color css

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

 span { border-color: rgb(185,82,234); }

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