Html Css Color HEX #B852CE Medium Orchid

📋 copy color: '#B852CE'

red 184 ◦ green 82 ◦ blue 206

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

Shades of Medium Orchid #B852CE

Tints of Medium Orchid #B852CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 38.98%
G = 17.37%
B = 43.64%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B852CE (or 0xB852CE) is known color: Medium Orchid. HEX triplet: B8, 52 and CE. RGB value is (184,82,206). Sum of RGB (Red+Green+Blue) = 184+82+206=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #B852CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852CE is #47AD31. Grayscale: #7E7E7E. Windows color (decimal): -4697394 or 13521592. OLE color: 13521592.

HSL color Cylindrical-coordinate representation of color #B852CE: hue angle of 289.35º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B852CE is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 82 206 -
CMYK 0.11 0.60 0 0.19
HSL 289.35º 0.56% 0.56% -
HSV(B) 289.35º 0.6% 0.81% -
XYZ 33.93 20.68 60.6 -
YUV 126.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 184 82 206 0.11 0.60 0 0.19 289.35 0.56 0.56
Hex B8 52 CE B 3C 0 13 121 38 38
Octal 270 122 316 13 74 0 23 441 70 70
Binary 10111000 1010010 11001110 1011 111100 0 10011 100100001 111000 111000

Color Harmonies of #B852CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852CE

Black with #B852CE

Text Example


Text Example

White with #B852CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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