Html Css Color HEX #B83FCC Medium Orchid

📋 copy color: '#B83FCC'

red 184 ◦ green 63 ◦ blue 204

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

Shades of Medium Orchid #B83FCC

Tints of Medium Orchid #B83FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.97%

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

R = 40.8%
G = 13.97%
B = 45.23%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B83FCC (or 0xB83FCC) is known color: Medium Orchid. HEX triplet: B8, 3F and CC. RGB value is (184,63,204). Sum of RGB (Red+Green+Blue) = 184+63+204=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #B83FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FCC is #47C033. Grayscale: #727272. Windows color (decimal): -4702260 or 13385656. OLE color: 13385656.

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

Color convert

RGB 184 63 204 -
CMYK 0.10 0.69 0 0.2
HSL 291.49º 0.58% 0.52% -
HSV(B) 291.49º 0.69% 0.8% -
XYZ 32.44 18.1 58.91 -
YUV 115.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 184 63 204 0.10 0.69 0 0.2 291.49 0.58 0.52
Hex B8 3F CC A 45 0 14 123 3A 34
Octal 270 77 314 12 105 0 24 443 72 64
Binary 10111000 111111 11001100 1010 1000101 0 10100 100100011 111010 110100

Color Harmonies of #B83FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83FCC

Black with #B83FCC

Text Example


Text Example

White with #B83FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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