Html Css Color HEX #B83CDD Medium Orchid

📋 copy color: '#B83CDD'

red 184 ◦ green 60 ◦ blue 221

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

Shades of Medium Orchid #B83CDD

Tints of Medium Orchid #B83CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 39.57%
G = 12.9%
B = 47.53%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B83CDD (or 0xB83CDD) is known color: Medium Orchid. HEX triplet: B8, 3C and DD. RGB value is (184,60,221). Sum of RGB (Red+Green+Blue) = 184+60+221=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #B83CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CDD is #47C322. Grayscale: #727272. Windows color (decimal): -4703011 or 14499000. OLE color: 14499000.

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

Color convert

RGB 184 60 221 -
CMYK 0.17 0.73 0 0.13
HSL 286.21º 0.7% 0.55% -
HSV(B) 286.21º 0.73% 0.87% -
XYZ 34.43 18.64 70.19 -
YUV 115.43 187.58 176.91 -
System Red Green Blue C M Y K H S L
Decimal 184 60 221 0.17 0.73 0 0.13 286.21 0.7 0.55
Hex B8 3C DD 11 49 0 D 11E 46 37
Octal 270 74 335 21 111 0 15 436 106 67
Binary 10111000 111100 11011101 10001 1001001 0 1101 100011110 1000110 110111

Color Harmonies of #B83CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83CDD

Black with #B83CDD

Text Example


Text Example

White with #B83CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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