Html Css Color HEX #B84FCC Medium Orchid

📋 copy color: '#B84FCC'

red 184 ◦ green 79 ◦ blue 204

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

Shades of Medium Orchid #B84FCC

Tints of Medium Orchid #B84FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.92%

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

R = 39.4%
G = 16.92%
B = 43.68%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B84FCC (or 0xB84FCC) is known color: Medium Orchid. HEX triplet: B8, 4F and CC. RGB value is (184,79,204). Sum of RGB (Red+Green+Blue) = 184+79+204=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #B84FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FCC is #47B033. Grayscale: #7C7C7C. Windows color (decimal): -4698164 or 13389752. OLE color: 13389752.

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

Color convert

RGB 184 79 204 -
CMYK 0.10 0.61 0 0.2
HSL 290.4º 0.55% 0.55% -
HSV(B) 290.4º 0.61% 0.8% -
XYZ 33.46 20.14 59.25 -
YUV 124.65 172.79 170.34 -
System Red Green Blue C M Y K H S L
Decimal 184 79 204 0.10 0.61 0 0.2 290.4 0.55 0.55
Hex B8 4F CC A 3D 0 14 122 37 37
Octal 270 117 314 12 75 0 24 442 67 67
Binary 10111000 1001111 11001100 1010 111101 0 10100 100100010 110111 110111

Color Harmonies of #B84FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FCC

Black with #B84FCC

Text Example


Text Example

White with #B84FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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