Html Css Color HEX #B84FCE Medium Orchid

📋 copy color: '#B84FCE'

red 184 ◦ green 79 ◦ blue 206

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

Shades of Medium Orchid #B84FCE

Tints of Medium Orchid #B84FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 39.23%
G = 16.84%
B = 43.92%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B84FCE (or 0xB84FCE) is known color: Medium Orchid. HEX triplet: B8, 4F and CE. RGB value is (184,79,206). Sum of RGB (Red+Green+Blue) = 184+79+206=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #B84FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FCE is #47B031. Grayscale: #7C7C7C. Windows color (decimal): -4698162 or 13520824. OLE color: 13520824.

HSL color Cylindrical-coordinate representation of color #B84FCE: hue angle of 289.61º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84FCE is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 79 206 -
CMYK 0.11 0.62 0 0.19
HSL 289.61º 0.56% 0.56% -
HSV(B) 289.61º 0.62% 0.81% -
XYZ 33.7 20.24 60.52 -
YUV 124.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 184 79 206 0.11 0.62 0 0.19 289.61 0.56 0.56
Hex B8 4F CE B 3E 0 13 122 38 38
Octal 270 117 316 13 76 0 23 442 70 70
Binary 10111000 1001111 11001110 1011 111110 0 10011 100100010 111000 111000

Color Harmonies of #B84FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FCE

Black with #B84FCE

Text Example


Text Example

White with #B84FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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