Html Css Color HEX #B94DFB Medium Orchid

📋 copy color: '#B94DFB'

red 185 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #B94DFB

Tints of Medium Orchid #B94DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.93%

R = 36.06%
G = 15.01%
B = 48.93%

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

#B94DFB (or 0xB94DFB) is known color: Medium Orchid. HEX triplet: B9, 4D and FB. RGB value is (185,77,251). Sum of RGB (Red+Green+Blue) = 185+77+251=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #B94DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94DFB is #46B204. Grayscale: #808080. Windows color (decimal): -4633093 or 16469433. OLE color: 16469433.

HSL color Cylindrical-coordinate representation of color #B94DFB: hue angle of 277.24º degrees, saturation: 0.96, 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 #B94DFB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 77 251 -
CMYK 0.26 0.69 0 0.02
HSL 277.24º 0.96% 0.64% -
HSV(B) 277.24º 0.69% 0.98% -
XYZ 40.07 22.59 93.51 -
YUV 129.13 196.78 167.85 -
System Red Green Blue C M Y K H S L
Decimal 185 77 251 0.26 0.69 0 0.02 277.24 0.96 0.64
Hex B9 4D FB 1A 45 0 2 115 60 40
Octal 271 115 373 32 105 0 2 425 140 100
Binary 10111001 1001101 11111011 11010 1000101 0 10 100010101 1100000 1000000

Color Harmonies of #B94DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DFB

Black with #B94DFB

Text Example


Text Example

White with #B94DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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