Html Css Color HEX #B83ECD Medium Orchid

📋 copy color: '#B83ECD'

red 184 ◦ green 62 ◦ blue 205

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

Shades of Medium Orchid #B83ECD

Tints of Medium Orchid #B83ECD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.75%

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

R = 40.8%
G = 13.75%
B = 45.45%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B83ECD (or 0xB83ECD) is known color: Medium Orchid. HEX triplet: B8, 3E and CD. RGB value is (184,62,205). Sum of RGB (Red+Green+Blue) = 184+62+205=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #B83ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83ECD is #47C132. Grayscale: #727272. Windows color (decimal): -4702515 or 13450936. OLE color: 13450936.

HSL color Cylindrical-coordinate representation of color #B83ECD: hue angle of 291.19º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83ECD is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 62 205 -
CMYK 0.10 0.70 0 0.20
HSL 291.19º 0.59% 0.52% -
HSV(B) 291.19º 0.7% 0.8% -
XYZ 32.51 18.04 59.53 -
YUV 114.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 184 62 205 0.10 0.70 0 0.20 291.19 0.59 0.52
Hex B8 3E CD A 46 0 14 123 3B 34
Octal 270 76 315 12 106 0 24 443 73 64
Binary 10111000 111110 11001101 1010 1000110 0 10100 100100011 111011 110100

Color Harmonies of #B83ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83ECD

Black with #B83ECD

Text Example


Text Example

White with #B83ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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