Html Css Color HEX #B84CFC Medium Orchid

📋 copy color: '#B84CFC'

red 184 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #B84CFC

Tints of Medium Orchid #B84CFC

RGB

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

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

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

R = 35.94%
G = 14.84%
B = 49.22%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B84CFC (or 0xB84CFC) is known color: Medium Orchid. HEX triplet: B8, 4C and FC. RGB value is (184,76,252). Sum of RGB (Red+Green+Blue) = 184+76+252=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #B84CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84CFC is #47B303. Grayscale: #7F7F7F. Windows color (decimal): -4698884 or 16534712. OLE color: 16534712.

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

Color convert

RGB 184 76 252 -
CMYK 0.27 0.70 0 0.01
HSL 276.82º 0.97% 0.64% -
HSV(B) 276.82º 0.7% 0.99% -
XYZ 39.92 22.39 94.31 -
YUV 128.36 197.78 167.69 -
System Red Green Blue C M Y K H S L
Decimal 184 76 252 0.27 0.70 0 0.01 276.82 0.97 0.64
Hex B8 4C FC 1B 46 0 1 115 61 40
Octal 270 114 374 33 106 0 1 425 141 100
Binary 10111000 1001100 11111100 11011 1000110 0 1 100010101 1100001 1000000

Color Harmonies of #B84CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CFC

Black with #B84CFC

Text Example


Text Example

White with #B84CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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