Html Css Color HEX #B83ACC Medium Orchid

📋 copy color: '#B83ACC'

red 184 ◦ green 58 ◦ blue 204

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

Shades of Medium Orchid #B83ACC

Tints of Medium Orchid #B83ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 41.26%
G = 13%
B = 45.74%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B83ACC (or 0xB83ACC) is known color: Medium Orchid. HEX triplet: B8, 3A and CC. RGB value is (184,58,204). Sum of RGB (Red+Green+Blue) = 184+58+204=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #B83ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83ACC is #47C533. Grayscale: #6F6F6F. Windows color (decimal): -4703540 or 13384376. OLE color: 13384376.

HSL color Cylindrical-coordinate representation of color #B83ACC: hue angle of 291.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83ACC is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 58 204 -
CMYK 0.10 0.72 0 0.2
HSL 291.78º 0.59% 0.51% -
HSV(B) 291.78º 0.72% 0.8% -
XYZ 32.18 17.58 58.82 -
YUV 112.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 184 58 204 0.10 0.72 0 0.2 291.78 0.59 0.51
Hex B8 3A CC A 48 0 14 124 3B 33
Octal 270 72 314 12 110 0 24 444 73 63
Binary 10111000 111010 11001100 1010 1001000 0 10100 100100100 111011 110011

Color Harmonies of #B83ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83ACC

Black with #B83ACC

Text Example


Text Example

White with #B83ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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