Html Css Color HEX #B83BDD Medium Orchid

📋 copy color: '#B83BDD'

red 184 ◦ green 59 ◦ blue 221

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

Shades of Medium Orchid #B83BDD

Tints of Medium Orchid #B83BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.72%

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

R = 39.66%
G = 12.72%
B = 47.63%

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

#B83BDD (or 0xB83BDD) is known color: Medium Orchid. HEX triplet: B8, 3B and DD. RGB value is (184,59,221). Sum of RGB (Red+Green+Blue) = 184+59+221=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #B83BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BDD is #47C422. Grayscale: #727272. Windows color (decimal): -4703267 or 14498744. OLE color: 14498744.

HSL color Cylindrical-coordinate representation of color #B83BDD: hue angle of 286.3º 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 #B83BDD is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 59 221 -
CMYK 0.17 0.73 0 0.13
HSL 286.3º 0.7% 0.55% -
HSV(B) 286.3º 0.73% 0.87% -
XYZ 34.38 18.54 70.17 -
YUV 114.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 184 59 221 0.17 0.73 0 0.13 286.3 0.7 0.55
Hex B8 3B DD 11 49 0 D 11E 46 37
Octal 270 73 335 21 111 0 15 436 106 67
Binary 10111000 111011 11011101 10001 1001001 0 1101 100011110 1000110 110111

Color Harmonies of #B83BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83BDD

Black with #B83BDD

Text Example


Text Example

White with #B83BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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