Html Css Color HEX #B94DFA Medium Orchid

📋 copy color: '#B94DFA'

red 185 ◦ green 77 ◦ blue 250

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

Shades of Medium Orchid #B94DFA

Tints of Medium Orchid #B94DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.04%

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 36.13%
G = 15.04%
B = 48.83%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B94DFA (or 0xB94DFA) is known color: Medium Orchid. HEX triplet: B9, 4D and FA. RGB value is (185,77,250). Sum of RGB (Red+Green+Blue) = 185+77+250=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #B94DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94DFA is #46B205. Grayscale: #808080. Windows color (decimal): -4633094 or 16403897. OLE color: 16403897.

HSL color Cylindrical-coordinate representation of color #B94DFA: hue angle of 277.46º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B94DFA is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 77 250 -
CMYK 0.26 0.69 0 0.02
HSL 277.46º 0.95% 0.64% -
HSV(B) 277.46º 0.69% 0.98% -
XYZ 39.92 22.52 92.69 -
YUV 129.01 196.28 167.93 -
System Red Green Blue C M Y K H S L
Decimal 185 77 250 0.26 0.69 0 0.02 277.46 0.95 0.64
Hex B9 4D FA 1A 45 0 2 115 5F 40
Octal 271 115 372 32 105 0 2 425 137 100
Binary 10111001 1001101 11111010 11010 1000101 0 10 100010101 1011111 1000000

Color Harmonies of #B94DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DFA

Black with #B94DFA

Text Example


Text Example

White with #B94DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DFA; }

 p { color: rgb(185,77,250); }

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

background-color css

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

 a { background-color: rgb(185,77,250); }

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

border-color css

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

 span { border-color: rgb(185,77,250); }

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