Html Css Color HEX #B852EA Medium Orchid

📋 copy color: '#B852EA'

red 184 ◦ green 82 ◦ blue 234

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

Shades of Medium Orchid #B852EA

Tints of Medium Orchid #B852EA

RGB

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

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

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

R = 36.8%
G = 16.4%
B = 46.8%

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

#B852EA (or 0xB852EA) is known color: Medium Orchid. HEX triplet: B8, 52 and EA. RGB value is (184,82,234). Sum of RGB (Red+Green+Blue) = 184+82+234=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #B852EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B852EA is #47AD15. Grayscale: #818181. Windows color (decimal): -4697366 or 15356600. OLE color: 15356600.

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

Color convert

RGB 184 82 234 -
CMYK 0.21 0.65 0 0.08
HSL 280.26º 0.78% 0.62% -
HSV(B) 280.26º 0.65% 0.92% -
XYZ 37.64 22.17 80.14 -
YUV 129.83 186.79 166.64 -
System Red Green Blue C M Y K H S L
Decimal 184 82 234 0.21 0.65 0 0.08 280.26 0.78 0.62
Hex B8 52 EA 15 41 0 8 118 4E 3E
Octal 270 122 352 25 101 0 10 430 116 76
Binary 10111000 1010010 11101010 10101 1000001 0 1000 100011000 1001110 111110

Color Harmonies of #B852EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852EA

Black with #B852EA

Text Example


Text Example

White with #B852EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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