Html Css Color HEX #B83CCD Medium Orchid

📋 copy color: '#B83CCD'

red 184 ◦ green 60 ◦ blue 205

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

Shades of Medium Orchid #B83CCD

Tints of Medium Orchid #B83CCD

RGB

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

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

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

R = 40.98%
G = 13.36%
B = 45.66%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B83CCD (or 0xB83CCD) is known color: Medium Orchid. HEX triplet: B8, 3C and CD. RGB value is (184,60,205). Sum of RGB (Red+Green+Blue) = 184+60+205=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #B83CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CCD is #47C332. Grayscale: #717171. Windows color (decimal): -4703027 or 13450424. OLE color: 13450424.

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

Color convert

RGB 184 60 205 -
CMYK 0.10 0.71 0 0.20
HSL 291.31º 0.59% 0.52% -
HSV(B) 291.31º 0.71% 0.8% -
XYZ 32.4 17.83 59.49 -
YUV 113.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 184 60 205 0.10 0.71 0 0.20 291.31 0.59 0.52
Hex B8 3C CD A 47 0 14 123 3B 34
Octal 270 74 315 12 107 0 24 443 73 64
Binary 10111000 111100 11001101 1010 1000111 0 10100 100100011 111011 110100

Color Harmonies of #B83CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83CCD

Black with #B83CCD

Text Example


Text Example

White with #B83CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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