Html Css Color HEX #B83ADD Medium Orchid

📋 copy color: '#B83ADD'

red 184 ◦ green 58 ◦ blue 221

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

Shades of Medium Orchid #B83ADD

Tints of Medium Orchid #B83ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.53%

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

R = 39.74%
G = 12.53%
B = 47.73%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B83ADD (or 0xB83ADD) is known color: Medium Orchid. HEX triplet: B8, 3A and DD. RGB value is (184,58,221). Sum of RGB (Red+Green+Blue) = 184+58+221=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #B83ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83ADD is #47C522. Grayscale: #717171. Windows color (decimal): -4703523 or 14498488. OLE color: 14498488.

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

Color convert

RGB 184 58 221 -
CMYK 0.17 0.74 0 0.13
HSL 286.38º 0.71% 0.55% -
HSV(B) 286.38º 0.74% 0.87% -
XYZ 34.33 18.44 70.16 -
YUV 114.26 188.24 177.75 -
System Red Green Blue C M Y K H S L
Decimal 184 58 221 0.17 0.74 0 0.13 286.38 0.71 0.55
Hex B8 3A DD 11 4A 0 D 11E 47 37
Octal 270 72 335 21 112 0 15 436 107 67
Binary 10111000 111010 11011101 10001 1001010 0 1101 100011110 1000111 110111

Color Harmonies of #B83ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83ADD

Black with #B83ADD

Text Example


Text Example

White with #B83ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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