Html Css Color HEX #B94CFC Medium Orchid

📋 copy color: '#B94CFC'

red 185 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #B94CFC

Tints of Medium Orchid #B94CFC

RGB

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

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

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

R = 36.06%
G = 14.81%
B = 49.12%

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

#B94CFC (or 0xB94CFC) is known color: Medium Orchid. HEX triplet: B9, 4C and FC. RGB value is (185,76,252). Sum of RGB (Red+Green+Blue) = 185+76+252=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #B94CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94CFC is #46B303. Grayscale: #808080. Windows color (decimal): -4633348 or 16534713. OLE color: 16534713.

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

Color convert

RGB 185 76 252 -
CMYK 0.27 0.70 0 0.01
HSL 277.16º 0.97% 0.64% -
HSV(B) 277.16º 0.7% 0.99% -
XYZ 40.16 22.51 94.32 -
YUV 128.66 197.61 168.19 -
System Red Green Blue C M Y K H S L
Decimal 185 76 252 0.27 0.70 0 0.01 277.16 0.97 0.64
Hex B9 4C FC 1B 46 0 1 115 61 40
Octal 271 114 374 33 106 0 1 425 141 100
Binary 10111001 1001100 11111100 11011 1000110 0 1 100010101 1100001 1000000

Color Harmonies of #B94CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CFC

Black with #B94CFC

Text Example


Text Example

White with #B94CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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