Html Css Color HEX #B94AFB Medium Orchid

📋 copy color: '#B94AFB'

red 185 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #B94AFB

Tints of Medium Orchid #B94AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.51%

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

R = 36.27%
G = 14.51%
B = 49.22%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B94AFB (or 0xB94AFB) is known color: Medium Orchid. HEX triplet: B9, 4A and FB. RGB value is (185,74,251). Sum of RGB (Red+Green+Blue) = 185+74+251=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #B94AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94AFB is #46B504. Grayscale: #7E7E7E. Windows color (decimal): -4633861 or 16468665. OLE color: 16468665.

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

Color convert

RGB 185 74 251 -
CMYK 0.26 0.71 0 0.02
HSL 277.63º 0.96% 0.64% -
HSV(B) 277.63º 0.71% 0.98% -
XYZ 39.87 22.18 93.45 -
YUV 127.37 197.77 169.11 -
System Red Green Blue C M Y K H S L
Decimal 185 74 251 0.26 0.71 0 0.02 277.63 0.96 0.64
Hex B9 4A FB 1A 47 0 2 116 60 40
Octal 271 112 373 32 107 0 2 426 140 100
Binary 10111001 1001010 11111011 11010 1000111 0 10 100010110 1100000 1000000

Color Harmonies of #B94AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94AFB

Black with #B94AFB

Text Example


Text Example

White with #B94AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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