Html Css Color HEX #B952EB Medium Orchid

📋 copy color: '#B952EB'

red 185 ◦ green 82 ◦ blue 235

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

Shades of Medium Orchid #B952EB

Tints of Medium Orchid #B952EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 36.85%
G = 16.33%
B = 46.81%

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

#B952EB (or 0xB952EB) is known color: Medium Orchid. HEX triplet: B9, 52 and EB. RGB value is (185,82,235). Sum of RGB (Red+Green+Blue) = 185+82+235=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #B952EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B952EB is #46AD14. Grayscale: #818181. Windows color (decimal): -4631829 or 15422137. OLE color: 15422137.

HSL color Cylindrical-coordinate representation of color #B952EB: hue angle of 280.39º degrees, saturation: 0.79, 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 #B952EB is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 82 235 -
CMYK 0.21 0.65 0 0.08
HSL 280.39º 0.79% 0.62% -
HSV(B) 280.39º 0.65% 0.92% -
XYZ 38.02 22.35 80.91 -
YUV 130.24 187.12 167.06 -
System Red Green Blue C M Y K H S L
Decimal 185 82 235 0.21 0.65 0 0.08 280.39 0.79 0.62
Hex B9 52 EB 15 41 0 8 118 4F 3E
Octal 271 122 353 25 101 0 10 430 117 76
Binary 10111001 1010010 11101011 10101 1000001 0 1000 100011000 1001111 111110

Color Harmonies of #B952EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952EB

Black with #B952EB

Text Example


Text Example

White with #B952EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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