Html Css Color HEX #B83CEC Medium Orchid

📋 copy color: '#B83CEC'

red 184 ◦ green 60 ◦ blue 236

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

Shades of Medium Orchid #B83CEC

Tints of Medium Orchid #B83CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 38.33%
G = 12.5%
B = 49.17%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B83CEC (or 0xB83CEC) is known color: Medium Orchid. HEX triplet: B8, 3C and EC. RGB value is (184,60,236). Sum of RGB (Red+Green+Blue) = 184+60+236=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #B83CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83CEC is #47C313. Grayscale: #747474. Windows color (decimal): -4702996 or 15482040. OLE color: 15482040.

HSL color Cylindrical-coordinate representation of color #B83CEC: hue angle of 282.27º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B83CEC is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 60 236 -
CMYK 0.22 0.75 0 0.07
HSL 282.27º 0.82% 0.58% -
HSV(B) 282.27º 0.75% 0.93% -
XYZ 36.52 19.48 81.19 -
YUV 117.14 195.08 175.69 -
System Red Green Blue C M Y K H S L
Decimal 184 60 236 0.22 0.75 0 0.07 282.27 0.82 0.58
Hex B8 3C EC 16 4B 0 7 11A 52 3A
Octal 270 74 354 26 113 0 7 432 122 72
Binary 10111000 111100 11101100 10110 1001011 0 111 100011010 1010010 111010

Color Harmonies of #B83CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83CEC

Black with #B83CEC

Text Example


Text Example

White with #B83CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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