Html Css Color HEX #B84CCC Medium Orchid

📋 copy color: '#B84CCC'

red 184 ◦ green 76 ◦ blue 204

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

Shades of Medium Orchid #B84CCC

Tints of Medium Orchid #B84CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.38%

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

R = 39.66%
G = 16.38%
B = 43.97%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B84CCC (or 0xB84CCC) is known color: Medium Orchid. HEX triplet: B8, 4C and CC. RGB value is (184,76,204). Sum of RGB (Red+Green+Blue) = 184+76+204=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #B84CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CCC is #47B333. Grayscale: #7A7A7A. Windows color (decimal): -4698932 or 13388984. OLE color: 13388984.

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

Color convert

RGB 184 76 204 -
CMYK 0.10 0.63 0 0.2
HSL 290.63º 0.56% 0.55% -
HSV(B) 290.63º 0.63% 0.8% -
XYZ 33.25 19.72 59.18 -
YUV 122.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 184 76 204 0.10 0.63 0 0.2 290.63 0.56 0.55
Hex B8 4C CC A 3F 0 14 123 38 37
Octal 270 114 314 12 77 0 24 443 70 67
Binary 10111000 1001100 11001100 1010 111111 0 10100 100100011 111000 110111

Color Harmonies of #B84CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CCC

Black with #B84CCC

Text Example


Text Example

White with #B84CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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