Html Css Color HEX #B944FD Medium Orchid

📋 copy color: '#B944FD'

red 185 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #B944FD

Tints of Medium Orchid #B944FD

RGB

 RED value IS 185 (72.66% from 255) = 36.56%

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

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

R = 36.56%
G = 13.44%
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

#B944FD (or 0xB944FD) is known color: Medium Orchid. HEX triplet: B9, 44 and FD. RGB value is (185,68,253). Sum of RGB (Red+Green+Blue) = 185+68+253=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #B944FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B944FD is #46BB02. Grayscale: #7B7B7B. Windows color (decimal): -4635395 or 16598201. OLE color: 16598201.

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

Color convert

RGB 185 68 253 -
CMYK 0.27 0.73 0 0.01
HSL 277.95º 0.98% 0.63% -
HSV(B) 277.95º 0.73% 0.99% -
XYZ 39.8 21.54 94.99 -
YUV 124.07 200.76 171.46 -
System Red Green Blue C M Y K H S L
Decimal 185 68 253 0.27 0.73 0 0.01 277.95 0.98 0.63
Hex B9 44 FD 1B 49 0 1 116 62 3F
Octal 271 104 375 33 111 0 1 426 142 77
Binary 10111001 1000100 11111101 11011 1001001 0 1 100010110 1100010 111111

Color Harmonies of #B944FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B944FD

Black with #B944FD

Text Example


Text Example

White with #B944FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B944FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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