Html Css Color HEX #B84FFC Medium Orchid

📋 copy color: '#B84FFC'

red 184 ◦ green 79 ◦ blue 252

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

Shades of Medium Orchid #B84FFC

Tints of Medium Orchid #B84FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 35.73%
G = 15.34%
B = 48.93%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B84FFC (or 0xB84FFC) is known color: Medium Orchid. HEX triplet: B8, 4F and FC. RGB value is (184,79,252). Sum of RGB (Red+Green+Blue) = 184+79+252=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #B84FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84FFC is #47B003. Grayscale: #818181. Windows color (decimal): -4698116 or 16535480. OLE color: 16535480.

HSL color Cylindrical-coordinate representation of color #B84FFC: hue angle of 276.42º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B84FFC is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 79 252 -
CMYK 0.27 0.69 0 0.01
HSL 276.42º 0.97% 0.65% -
HSV(B) 276.42º 0.69% 0.99% -
XYZ 40.13 22.81 94.38 -
YUV 130.12 196.79 166.43 -
System Red Green Blue C M Y K H S L
Decimal 184 79 252 0.27 0.69 0 0.01 276.42 0.97 0.65
Hex B8 4F FC 1B 45 0 1 114 61 41
Octal 270 117 374 33 105 0 1 424 141 101
Binary 10111000 1001111 11111100 11011 1000101 0 1 100010100 1100001 1000001

Color Harmonies of #B84FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FFC

Black with #B84FFC

Text Example


Text Example

White with #B84FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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