Html Css Color HEX #B852DB Medium Orchid

📋 copy color: '#B852DB'

red 184 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #B852DB

Tints of Medium Orchid #B852DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 37.94%
G = 16.91%
B = 45.15%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B852DB (or 0xB852DB) is known color: Medium Orchid. HEX triplet: B8, 52 and DB. RGB value is (184,82,219). Sum of RGB (Red+Green+Blue) = 184+82+219=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #B852DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852DB is #47AD24. Grayscale: #7F7F7F. Windows color (decimal): -4697381 or 14373560. OLE color: 14373560.

HSL color Cylindrical-coordinate representation of color #B852DB: hue angle of 284.67º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B852DB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 82 219 -
CMYK 0.16 0.63 0 0.14
HSL 284.67º 0.66% 0.59% -
HSV(B) 284.67º 0.63% 0.86% -
XYZ 35.57 21.34 69.26 -
YUV 128.12 179.29 167.86 -
System Red Green Blue C M Y K H S L
Decimal 184 82 219 0.16 0.63 0 0.14 284.67 0.66 0.59
Hex B8 52 DB 10 3F 0 E 11D 42 3B
Octal 270 122 333 20 77 0 16 435 102 73
Binary 10111000 1010010 11011011 10000 111111 0 1110 100011101 1000010 111011

Color Harmonies of #B852DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852DB

Black with #B852DB

Text Example


Text Example

White with #B852DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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