Html Css Color HEX #B835DC Medium Orchid

📋 copy color: '#B835DC'

red 184 ◦ green 53 ◦ blue 220

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

Shades of Medium Orchid #B835DC

Tints of Medium Orchid #B835DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.6%

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

R = 40.26%
G = 11.6%
B = 48.14%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B835DC (or 0xB835DC) is known color: Medium Orchid. HEX triplet: B8, 35 and DC. RGB value is (184,53,220). Sum of RGB (Red+Green+Blue) = 184+53+220=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #B835DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B835DC is #47CA23. Grayscale: #6E6E6E. Windows color (decimal): -4704804 or 14431672. OLE color: 14431672.

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

Color convert

RGB 184 53 220 -
CMYK 0.16 0.76 0 0.14
HSL 287.07º 0.7% 0.54% -
HSV(B) 287.07º 0.76% 0.86% -
XYZ 33.96 17.9 69.38 -
YUV 111.21 189.4 179.92 -
System Red Green Blue C M Y K H S L
Decimal 184 53 220 0.16 0.76 0 0.14 287.07 0.7 0.54
Hex B8 35 DC 10 4C 0 E 11F 46 36
Octal 270 65 334 20 114 0 16 437 106 66
Binary 10111000 110101 11011100 10000 1001100 0 1110 100011111 1000110 110110

Color Harmonies of #B835DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B835DC

Black with #B835DC

Text Example


Text Example

White with #B835DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B835DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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