Html Css Color HEX #B83CFF Medium Orchid

📋 copy color: '#B83CFF'

red 184 ◦ green 60 ◦ blue 255

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

Shades of Medium Orchid #B83CFF

Tints of Medium Orchid #B83CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.1%

R = 36.87%
G = 12.02%
B = 51.1%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B83CFF (or 0xB83CFF) is known color: Medium Orchid. HEX triplet: B8, 3C and FF. RGB value is (184,60,255). Sum of RGB (Red+Green+Blue) = 184+60+255=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 60 (23.83% from 255 or 12.02% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #B83CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83CFF is #47C300. Grayscale: #767676. Windows color (decimal): -4702977 or 16727224. OLE color: 16727224.

HSL color Cylindrical-coordinate representation of color #B83CFF: hue angle of 278.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B83CFF is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 60 255 -
CMYK 0.28 0.76 0 0
HSL 278.15º 1% 0.62% -
HSV(B) 278.15º 0.76% 1% -
XYZ 39.43 20.64 96.51 -
YUV 119.31 204.58 174.14 -
System Red Green Blue C M Y K H S L
Decimal 184 60 255 0.28 0.76 0 0 278.15 1 0.62
Hex B8 3C FF 1C 4C 0 0 116 64 3E
Octal 270 74 377 34 114 0 0 426 144 76
Binary 10111000 111100 11111111 11100 1001100 0 0 100010110 1100100 111110

Color Harmonies of #B83CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83CFF

Black with #B83CFF

Text Example


Text Example

White with #B83CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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