Html Css Color HEX #B941FC Medium Orchid

📋 copy color: '#B941FC'

red 185 ◦ green 65 ◦ blue 252

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

Shades of Medium Orchid #B941FC

Tints of Medium Orchid #B941FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.95%

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

R = 36.85%
G = 12.95%
B = 50.2%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B941FC (or 0xB941FC) is known color: Medium Orchid. HEX triplet: B9, 41 and FC. RGB value is (185,65,252). Sum of RGB (Red+Green+Blue) = 185+65+252=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #B941FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B941FC is #46BE03. Grayscale: #797979. Windows color (decimal): -4636164 or 16531897. OLE color: 16531897.

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

Color convert

RGB 185 65 252 -
CMYK 0.27 0.74 0 0.01
HSL 278.5º 0.97% 0.62% -
HSV(B) 278.5º 0.74% 0.99% -
XYZ 39.47 21.12 94.09 -
YUV 122.2 201.26 172.79 -
System Red Green Blue C M Y K H S L
Decimal 185 65 252 0.27 0.74 0 0.01 278.5 0.97 0.62
Hex B9 41 FC 1B 4A 0 1 117 61 3E
Octal 271 101 374 33 112 0 1 427 141 76
Binary 10111001 1000001 11111100 11011 1001010 0 1 100010111 1100001 111110

Color Harmonies of #B941FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941FC

Black with #B941FC

Text Example


Text Example

White with #B941FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941FC; }

 p { color: rgb(185,65,252); }

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

background-color css

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

 a { background-color: rgb(185,65,252); }

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

border-color css

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

 span { border-color: rgb(185,65,252); }

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