Html Css Color HEX #B83ECC Medium Orchid

📋 copy color: '#B83ECC'

red 184 ◦ green 62 ◦ blue 204

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

Shades of Medium Orchid #B83ECC

Tints of Medium Orchid #B83ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.78%

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

R = 40.89%
G = 13.78%
B = 45.33%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B83ECC (or 0xB83ECC) is known color: Medium Orchid. HEX triplet: B8, 3E and CC. RGB value is (184,62,204). Sum of RGB (Red+Green+Blue) = 184+62+204=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #B83ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83ECC is #47C133. Grayscale: #727272. Windows color (decimal): -4702516 or 13385400. OLE color: 13385400.

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

Color convert

RGB 184 62 204 -
CMYK 0.10 0.70 0 0.2
HSL 291.55º 0.58% 0.52% -
HSV(B) 291.55º 0.7% 0.8% -
XYZ 32.39 18 58.89 -
YUV 114.67 178.42 177.45 -
System Red Green Blue C M Y K H S L
Decimal 184 62 204 0.10 0.70 0 0.2 291.55 0.58 0.52
Hex B8 3E CC A 46 0 14 124 3A 34
Octal 270 76 314 12 106 0 24 444 72 64
Binary 10111000 111110 11001100 1010 1000110 0 10100 100100100 111010 110100

Color Harmonies of #B83ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83ECC

Black with #B83ECC

Text Example


Text Example

White with #B83ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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