Html Css Color HEX #B84FCD Medium Orchid

📋 copy color: '#B84FCD'

red 184 ◦ green 79 ◦ blue 205

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

Shades of Medium Orchid #B84FCD

Tints of Medium Orchid #B84FCD

RGB

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

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

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

R = 39.32%
G = 16.88%
B = 43.8%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B84FCD (or 0xB84FCD) is known color: Medium Orchid. HEX triplet: B8, 4F and CD. RGB value is (184,79,205). Sum of RGB (Red+Green+Blue) = 184+79+205=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #B84FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FCD is #47B032. Grayscale: #7C7C7C. Windows color (decimal): -4698163 or 13455288. OLE color: 13455288.

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

Color convert

RGB 184 79 205 -
CMYK 0.10 0.61 0 0.20
HSL 290º 0.56% 0.56% -
HSV(B) 290º 0.61% 0.8% -
XYZ 33.58 20.19 59.88 -
YUV 124.76 173.29 170.25 -
System Red Green Blue C M Y K H S L
Decimal 184 79 205 0.10 0.61 0 0.20 290 0.56 0.56
Hex B8 4F CD A 3D 0 14 122 38 38
Octal 270 117 315 12 75 0 24 442 70 70
Binary 10111000 1001111 11001101 1010 111101 0 10100 100100010 111000 111000

Color Harmonies of #B84FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FCD

Black with #B84FCD

Text Example


Text Example

White with #B84FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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