Html Css Color HEX #B842CD Medium Orchid

📋 copy color: '#B842CD'

red 184 ◦ green 66 ◦ blue 205

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

Shades of Medium Orchid #B842CD

Tints of Medium Orchid #B842CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.51%

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 40.44%
G = 14.51%
B = 45.05%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B842CD (or 0xB842CD) is known color: Medium Orchid. HEX triplet: B8, 42 and CD. RGB value is (184,66,205). Sum of RGB (Red+Green+Blue) = 184+66+205=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #B842CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842CD is #47BD32. Grayscale: #747474. Windows color (decimal): -4701491 or 13451960. OLE color: 13451960.

HSL color Cylindrical-coordinate representation of color #B842CD: hue angle of 290.94º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B842CD is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 66 205 -
CMYK 0.10 0.68 0 0.20
HSL 290.94º 0.58% 0.53% -
HSV(B) 290.94º 0.68% 0.8% -
XYZ 32.73 18.49 59.6 -
YUV 117.13 177.59 175.7 -
System Red Green Blue C M Y K H S L
Decimal 184 66 205 0.10 0.68 0 0.20 290.94 0.58 0.53
Hex B8 42 CD A 44 0 14 123 3A 35
Octal 270 102 315 12 104 0 24 443 72 65
Binary 10111000 1000010 11001101 1010 1000100 0 10100 100100011 111010 110101

Color Harmonies of #B842CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842CD

Black with #B842CD

Text Example


Text Example

White with #B842CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842CD; }

 p { color: rgb(184,66,205); }

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

background-color css

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

 a { background-color: rgb(184,66,205); }

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

border-color css

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

 span { border-color: rgb(184,66,205); }

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