Html Css Color HEX #B852DF Medium Orchid

📋 copy color: '#B852DF'

red 184 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #B852DF

Tints of Medium Orchid #B852DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 37.63%
G = 16.77%
B = 45.6%

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

#B852DF (or 0xB852DF) is known color: Medium Orchid. HEX triplet: B8, 52 and DF. RGB value is (184,82,223). Sum of RGB (Red+Green+Blue) = 184+82+223=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #B852DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852DF is #47AD20. Grayscale: #808080. Windows color (decimal): -4697377 or 14635704. OLE color: 14635704.

HSL color Cylindrical-coordinate representation of color #B852DF: hue angle of 283.4º degrees, saturation: 0.69, 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 #B852DF is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 82 223 -
CMYK 0.17 0.63 0 0.13
HSL 283.4º 0.69% 0.6% -
HSV(B) 283.4º 0.63% 0.87% -
XYZ 36.1 21.55 72.07 -
YUV 128.57 181.29 167.54 -
System Red Green Blue C M Y K H S L
Decimal 184 82 223 0.17 0.63 0 0.13 283.4 0.69 0.6
Hex B8 52 DF 11 3F 0 D 11B 45 3C
Octal 270 122 337 21 77 0 15 433 105 74
Binary 10111000 1010010 11011111 10001 111111 0 1101 100011011 1000101 111100

Color Harmonies of #B852DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852DF

Black with #B852DF

Text Example


Text Example

White with #B852DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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