Html Css Color HEX #B84BC7 Medium Orchid

📋 copy color: '#B84BC7'

red 184 ◦ green 75 ◦ blue 199

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

Shades of Medium Orchid #B84BC7

Tints of Medium Orchid #B84BC7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.38%

 BLUE value IS 199 (78.13% from 255) = 43.45%

R = 40.17%
G = 16.38%
B = 43.45%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B84BC7 (or 0xB84BC7) is known color: Medium Orchid. HEX triplet: B8, 4B and C7. RGB value is (184,75,199). Sum of RGB (Red+Green+Blue) = 184+75+199=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 199 - color contains mainly: blue. Hex color #B84BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84BC7 is #47B438. Grayscale: #797979. Windows color (decimal): -4699193 or 13061048. OLE color: 13061048.

HSL color Cylindrical-coordinate representation of color #B84BC7: hue angle of 292.74º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84BC7 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 75 199 -
CMYK 0.08 0.62 0 0.22
HSL 292.74º 0.53% 0.54% -
HSV(B) 292.74º 0.62% 0.78% -
XYZ 32.59 19.35 56.05 -
YUV 121.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 184 75 199 0.08 0.62 0 0.22 292.74 0.53 0.54
Hex B8 4B C7 8 3E 0 16 125 35 36
Octal 270 113 307 10 76 0 26 445 65 66
Binary 10111000 1001011 11000111 1000 111110 0 10110 100100101 110101 110110

Color Harmonies of #B84BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84BC7

Black with #B84BC7

Text Example


Text Example

White with #B84BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84BC7; }

 p { color: rgb(184,75,199); }

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

background-color css

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

 a { background-color: rgb(184,75,199); }

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

border-color css

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

 span { border-color: rgb(184,75,199); }

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