Html Css Color HEX #B844FD Medium Orchid

📋 copy color: '#B844FD'

red 184 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #B844FD

Tints of Medium Orchid #B844FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 36.44%
G = 13.47%
B = 50.1%

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

#B844FD (or 0xB844FD) is known color: Medium Orchid. HEX triplet: B8, 44 and FD. RGB value is (184,68,253). Sum of RGB (Red+Green+Blue) = 184+68+253=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #B844FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B844FD is #47BB02. Grayscale: #7B7B7B. Windows color (decimal): -4700931 or 16598200. OLE color: 16598200.

HSL color Cylindrical-coordinate representation of color #B844FD: hue angle of 277.62º degrees, saturation: 0.98, 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 #B844FD is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 68 253 -
CMYK 0.27 0.73 0 0.01
HSL 277.62º 0.98% 0.63% -
HSV(B) 277.62º 0.73% 0.99% -
XYZ 39.56 21.42 94.98 -
YUV 123.77 200.93 170.96 -
System Red Green Blue C M Y K H S L
Decimal 184 68 253 0.27 0.73 0 0.01 277.62 0.98 0.63
Hex B8 44 FD 1B 49 0 1 116 62 3F
Octal 270 104 375 33 111 0 1 426 142 77
Binary 10111000 1000100 11111101 11011 1001001 0 1 100010110 1100010 111111

Color Harmonies of #B844FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844FD

Black with #B844FD

Text Example


Text Example

White with #B844FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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