Html Css Color HEX #B842D0 Medium Orchid

📋 copy color: '#B842D0'

red 184 ◦ green 66 ◦ blue 208

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

Shades of Medium Orchid #B842D0

Tints of Medium Orchid #B842D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.41%

R = 40.17%
G = 14.41%
B = 45.41%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B842D0 (or 0xB842D0) is known color: Medium Orchid. HEX triplet: B8, 42 and D0. RGB value is (184,66,208). Sum of RGB (Red+Green+Blue) = 184+66+208=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #B842D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842D0 is #47BD2F. Grayscale: #757575. Windows color (decimal): -4701488 or 13648568. OLE color: 13648568.

HSL color Cylindrical-coordinate representation of color #B842D0: hue angle of 289.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B842D0 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 66 208 -
CMYK 0.12 0.68 0 0.18
HSL 289.86º 0.6% 0.54% -
HSV(B) 289.86º 0.68% 0.82% -
XYZ 33.1 18.64 61.53 -
YUV 117.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 184 66 208 0.12 0.68 0 0.18 289.86 0.6 0.54
Hex B8 42 D0 C 44 0 12 122 3C 36
Octal 270 102 320 14 104 0 22 442 74 66
Binary 10111000 1000010 11010000 1100 1000100 0 10010 100100010 111100 110110

Color Harmonies of #B842D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842D0

Black with #B842D0

Text Example


Text Example

White with #B842D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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