Html Css Color HEX #B84CCD Medium Orchid

📋 copy color: '#B84CCD'

red 184 ◦ green 76 ◦ blue 205

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

Shades of Medium Orchid #B84CCD

Tints of Medium Orchid #B84CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 39.57%
G = 16.34%
B = 44.09%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B84CCD (or 0xB84CCD) is known color: Medium Orchid. HEX triplet: B8, 4C and CD. RGB value is (184,76,205). Sum of RGB (Red+Green+Blue) = 184+76+205=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #B84CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CCD is #47B332. Grayscale: #7A7A7A. Windows color (decimal): -4698931 or 13454520. OLE color: 13454520.

HSL color Cylindrical-coordinate representation of color #B84CCD: hue angle of 290.23º 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 #B84CCD is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 76 205 -
CMYK 0.10 0.63 0 0.20
HSL 290.23º 0.56% 0.55% -
HSV(B) 290.23º 0.63% 0.8% -
XYZ 33.37 19.77 59.81 -
YUV 123 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 184 76 205 0.10 0.63 0 0.20 290.23 0.56 0.55
Hex B8 4C CD A 3F 0 14 122 38 37
Octal 270 114 315 12 77 0 24 442 70 67
Binary 10111000 1001100 11001101 1010 111111 0 10100 100100010 111000 110111

Color Harmonies of #B84CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CCD

Black with #B84CCD

Text Example


Text Example

White with #B84CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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