Html Css Color HEX #B836D8 Medium Orchid

📋 copy color: '#B836D8'

red 184 ◦ green 54 ◦ blue 216

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

Shades of Medium Orchid #B836D8

Tints of Medium Orchid #B836D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.58%

R = 40.53%
G = 11.89%
B = 47.58%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B836D8 (or 0xB836D8) is known color: Medium Orchid. HEX triplet: B8, 36 and D8. RGB value is (184,54,216). Sum of RGB (Red+Green+Blue) = 184+54+216=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #B836D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836D8 is #47C927. Grayscale: #6E6E6E. Windows color (decimal): -4704552 or 14169784. OLE color: 14169784.

HSL color Cylindrical-coordinate representation of color #B836D8: hue angle of 288.15º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B836D8 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 54 216 -
CMYK 0.15 0.75 0 0.15
HSL 288.15º 0.68% 0.53% -
HSV(B) 288.15º 0.75% 0.85% -
XYZ 33.48 17.79 66.63 -
YUV 111.34 187.07 179.83 -
System Red Green Blue C M Y K H S L
Decimal 184 54 216 0.15 0.75 0 0.15 288.15 0.68 0.53
Hex B8 36 D8 F 4B 0 F 120 44 35
Octal 270 66 330 17 113 0 17 440 104 65
Binary 10111000 110110 11011000 1111 1001011 0 1111 100100000 1000100 110101

Color Harmonies of #B836D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B836D8

Black with #B836D8

Text Example


Text Example

White with #B836D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B836D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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