Html Css Color HEX #B852EE Medium Orchid

📋 copy color: '#B852EE'

red 184 ◦ green 82 ◦ blue 238

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

Shades of Medium Orchid #B852EE

Tints of Medium Orchid #B852EE

RGB

 RED value IS 184 (72.27% from 255) = 36.51%

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

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

R = 36.51%
G = 16.27%
B = 47.22%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B852EE (or 0xB852EE) is known color: Medium Orchid. HEX triplet: B8, 52 and EE. RGB value is (184,82,238). Sum of RGB (Red+Green+Blue) = 184+82+238=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #B852EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B852EE is #47AD11. Grayscale: #818181. Windows color (decimal): -4697362 or 15618744. OLE color: 15618744.

HSL color Cylindrical-coordinate representation of color #B852EE: hue angle of 279.23º 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 #B852EE is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 82 238 -
CMYK 0.23 0.66 0 0.07
HSL 279.23º 0.82% 0.63% -
HSV(B) 279.23º 0.66% 0.93% -
XYZ 38.22 22.4 83.2 -
YUV 130.28 188.79 166.32 -
System Red Green Blue C M Y K H S L
Decimal 184 82 238 0.23 0.66 0 0.07 279.23 0.82 0.63
Hex B8 52 EE 17 42 0 7 117 52 3F
Octal 270 122 356 27 102 0 7 427 122 77
Binary 10111000 1010010 11101110 10111 1000010 0 111 100010111 1010010 111111

Color Harmonies of #B852EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852EE

Black with #B852EE

Text Example


Text Example

White with #B852EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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