Html Css Color HEX #B836DC Medium Orchid

📋 copy color: '#B836DC'

red 184 ◦ green 54 ◦ blue 220

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

Shades of Medium Orchid #B836DC

Tints of Medium Orchid #B836DC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.79%

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 40.17%
G = 11.79%
B = 48.03%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B836DC (or 0xB836DC) is known color: Medium Orchid. HEX triplet: B8, 36 and DC. RGB value is (184,54,220). Sum of RGB (Red+Green+Blue) = 184+54+220=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #B836DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836DC is #47C923. Grayscale: #6F6F6F. Windows color (decimal): -4704548 or 14431928. OLE color: 14431928.

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

Color convert

RGB 184 54 220 -
CMYK 0.16 0.75 0 0.14
HSL 286.99º 0.7% 0.54% -
HSV(B) 286.99º 0.75% 0.86% -
XYZ 34 18 69.39 -
YUV 111.79 189.07 179.5 -
System Red Green Blue C M Y K H S L
Decimal 184 54 220 0.16 0.75 0 0.14 286.99 0.7 0.54
Hex B8 36 DC 10 4B 0 E 11F 46 36
Octal 270 66 334 20 113 0 16 437 106 66
Binary 10111000 110110 11011100 10000 1001011 0 1110 100011111 1000110 110110

Color Harmonies of #B836DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B836DC

Black with #B836DC

Text Example


Text Example

White with #B836DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B836DC; }

 p { color: rgb(184,54,220); }

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

background-color css

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

 a { background-color: rgb(184,54,220); }

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

border-color css

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

 span { border-color: rgb(184,54,220); }

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