Html Css Color HEX #B84ECC Medium Orchid

📋 copy color: '#B84ECC'

red 184 ◦ green 78 ◦ blue 204

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

Shades of Medium Orchid #B84ECC

Tints of Medium Orchid #B84ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.74%

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

R = 39.48%
G = 16.74%
B = 43.78%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B84ECC (or 0xB84ECC) is known color: Medium Orchid. HEX triplet: B8, 4E and CC. RGB value is (184,78,204). Sum of RGB (Red+Green+Blue) = 184+78+204=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #B84ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84ECC is #47B133. Grayscale: #7B7B7B. Windows color (decimal): -4698420 or 13389496. OLE color: 13389496.

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

Color convert

RGB 184 78 204 -
CMYK 0.10 0.62 0 0.2
HSL 290.48º 0.55% 0.55% -
HSV(B) 290.48º 0.62% 0.8% -
XYZ 33.39 20 59.23 -
YUV 124.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 184 78 204 0.10 0.62 0 0.2 290.48 0.55 0.55
Hex B8 4E CC A 3E 0 14 122 37 37
Octal 270 116 314 12 76 0 24 442 67 67
Binary 10111000 1001110 11001100 1010 111110 0 10100 100100010 110111 110111

Color Harmonies of #B84ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84ECC

Black with #B84ECC

Text Example


Text Example

White with #B84ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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