Html Css Color HEX #B83CE1 Medium Orchid

📋 copy color: '#B83CE1'

red 184 ◦ green 60 ◦ blue 225

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

Shades of Medium Orchid #B83CE1

Tints of Medium Orchid #B83CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.97%

R = 39.23%
G = 12.79%
B = 47.97%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B83CE1 (or 0xB83CE1) is known color: Medium Orchid. HEX triplet: B8, 3C and E1. RGB value is (184,60,225). Sum of RGB (Red+Green+Blue) = 184+60+225=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #B83CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CE1 is #47C31E. Grayscale: #737373. Windows color (decimal): -4703007 or 14761144. OLE color: 14761144.

HSL color Cylindrical-coordinate representation of color #B83CE1: hue angle of 285.09º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83CE1 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 60 225 -
CMYK 0.18 0.73 0 0.12
HSL 285.09º 0.73% 0.56% -
HSV(B) 285.09º 0.73% 0.88% -
XYZ 34.97 18.86 73.03 -
YUV 115.89 189.58 176.58 -
System Red Green Blue C M Y K H S L
Decimal 184 60 225 0.18 0.73 0 0.12 285.09 0.73 0.56
Hex B8 3C E1 12 49 0 C 11D 49 38
Octal 270 74 341 22 111 0 14 435 111 70
Binary 10111000 111100 11100001 10010 1001001 0 1100 100011101 1001001 111000

Color Harmonies of #B83CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83CE1

Black with #B83CE1

Text Example


Text Example

White with #B83CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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