Html Css Color HEX #B852DE Medium Orchid

📋 copy color: '#B852DE'

red 184 ◦ green 82 ◦ blue 222

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

Shades of Medium Orchid #B852DE

Tints of Medium Orchid #B852DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.49%

R = 37.7%
G = 16.8%
B = 45.49%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B852DE (or 0xB852DE) is known color: Medium Orchid. HEX triplet: B8, 52 and DE. RGB value is (184,82,222). Sum of RGB (Red+Green+Blue) = 184+82+222=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #B852DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852DE is #47AD21. Grayscale: #7F7F7F. Windows color (decimal): -4697378 or 14570168. OLE color: 14570168.

HSL color Cylindrical-coordinate representation of color #B852DE: hue angle of 283.71º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B852DE is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 82 222 -
CMYK 0.17 0.63 0 0.13
HSL 283.71º 0.68% 0.6% -
HSV(B) 283.71º 0.63% 0.87% -
XYZ 35.97 21.5 71.36 -
YUV 128.46 180.79 167.62 -
System Red Green Blue C M Y K H S L
Decimal 184 82 222 0.17 0.63 0 0.13 283.71 0.68 0.6
Hex B8 52 DE 11 3F 0 D 11C 44 3C
Octal 270 122 336 21 77 0 15 434 104 74
Binary 10111000 1010010 11011110 10001 111111 0 1101 100011100 1000100 111100

Color Harmonies of #B852DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852DE

Black with #B852DE

Text Example


Text Example

White with #B852DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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