Html Css Color HEX #B844FC Medium Orchid

📋 copy color: '#B844FC'

red 184 ◦ green 68 ◦ blue 252

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

Shades of Medium Orchid #B844FC

Tints of Medium Orchid #B844FC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.49%

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

R = 36.51%
G = 13.49%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B844FC (or 0xB844FC) is known color: Medium Orchid. HEX triplet: B8, 44 and FC. RGB value is (184,68,252). Sum of RGB (Red+Green+Blue) = 184+68+252=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 68 (26.95% from 255 or 13.49% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #B844FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B844FC is #47BB03. Grayscale: #7B7B7B. Windows color (decimal): -4700932 or 16532664. OLE color: 16532664.

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

Color convert

RGB 184 68 252 -
CMYK 0.27 0.73 0 0.01
HSL 277.83º 0.97% 0.63% -
HSV(B) 277.83º 0.73% 0.99% -
XYZ 39.4 21.35 94.14 -
YUV 123.66 200.43 171.04 -
System Red Green Blue C M Y K H S L
Decimal 184 68 252 0.27 0.73 0 0.01 277.83 0.97 0.63
Hex B8 44 FC 1B 49 0 1 116 61 3F
Octal 270 104 374 33 111 0 1 426 141 77
Binary 10111000 1000100 11111100 11011 1001001 0 1 100010110 1100001 111111

Color Harmonies of #B844FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844FC

Black with #B844FC

Text Example


Text Example

White with #B844FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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