Html Css Color HEX #B83CDC Medium Orchid

📋 copy color: '#B83CDC'

red 184 ◦ green 60 ◦ blue 220

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

Shades of Medium Orchid #B83CDC

Tints of Medium Orchid #B83CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.93%

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

R = 39.66%
G = 12.93%
B = 47.41%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B83CDC (or 0xB83CDC) is known color: Medium Orchid. HEX triplet: B8, 3C and DC. RGB value is (184,60,220). Sum of RGB (Red+Green+Blue) = 184+60+220=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #B83CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CDC is #47C323. Grayscale: #727272. Windows color (decimal): -4703012 or 14433464. OLE color: 14433464.

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

Color convert

RGB 184 60 220 -
CMYK 0.16 0.73 0 0.14
HSL 286.5º 0.7% 0.55% -
HSV(B) 286.5º 0.73% 0.86% -
XYZ 34.3 18.59 69.49 -
YUV 115.32 187.08 176.99 -
System Red Green Blue C M Y K H S L
Decimal 184 60 220 0.16 0.73 0 0.14 286.5 0.7 0.55
Hex B8 3C DC 10 49 0 E 11E 46 37
Octal 270 74 334 20 111 0 16 436 106 67
Binary 10111000 111100 11011100 10000 1001001 0 1110 100011110 1000110 110111

Color Harmonies of #B83CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83CDC

Black with #B83CDC

Text Example


Text Example

White with #B83CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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