Html Css Color HEX #B83EDD Medium Orchid

📋 copy color: '#B83EDD'

red 184 ◦ green 62 ◦ blue 221

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

Shades of Medium Orchid #B83EDD

Tints of Medium Orchid #B83EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.28%

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

R = 39.4%
G = 13.28%
B = 47.32%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B83EDD (or 0xB83EDD) is known color: Medium Orchid. HEX triplet: B8, 3E and DD. RGB value is (184,62,221). Sum of RGB (Red+Green+Blue) = 184+62+221=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #B83EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83EDD is #47C122. Grayscale: #747474. Windows color (decimal): -4702499 or 14499512. OLE color: 14499512.

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

Color convert

RGB 184 62 221 -
CMYK 0.17 0.72 0 0.13
HSL 286.04º 0.7% 0.55% -
HSV(B) 286.04º 0.72% 0.87% -
XYZ 34.54 18.86 70.23 -
YUV 116.6 186.92 176.07 -
System Red Green Blue C M Y K H S L
Decimal 184 62 221 0.17 0.72 0 0.13 286.04 0.7 0.55
Hex B8 3E DD 11 48 0 D 11E 46 37
Octal 270 76 335 21 110 0 15 436 106 67
Binary 10111000 111110 11011101 10001 1001000 0 1101 100011110 1000110 110111

Color Harmonies of #B83EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83EDD

Black with #B83EDD

Text Example


Text Example

White with #B83EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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