Html Css Color HEX #B952EE Medium Orchid

📋 copy color: '#B952EE'

red 185 ◦ green 82 ◦ blue 238

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

Shades of Medium Orchid #B952EE

Tints of Medium Orchid #B952EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 36.63%
G = 16.24%
B = 47.13%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B952EE (or 0xB952EE) is known color: Medium Orchid. HEX triplet: B9, 52 and EE. RGB value is (185,82,238). Sum of RGB (Red+Green+Blue) = 185+82+238=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #B952EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B952EE is #46AD11. Grayscale: #828282. Windows color (decimal): -4631826 or 15618745. OLE color: 15618745.

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

Color convert

RGB 185 82 238 -
CMYK 0.22 0.66 0 0.07
HSL 279.62º 0.82% 0.63% -
HSV(B) 279.62º 0.66% 0.93% -
XYZ 38.46 22.52 83.21 -
YUV 130.58 188.62 166.82 -
System Red Green Blue C M Y K H S L
Decimal 185 82 238 0.22 0.66 0 0.07 279.62 0.82 0.63
Hex B9 52 EE 16 42 0 7 118 52 3F
Octal 271 122 356 26 102 0 7 430 122 77
Binary 10111001 1010010 11101110 10110 1000010 0 111 100011000 1010010 111111

Color Harmonies of #B952EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952EE

Black with #B952EE

Text Example


Text Example

White with #B952EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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