Html Css Color HEX #B94AF8 Medium Orchid

📋 copy color: '#B94AF8'

red 185 ◦ green 74 ◦ blue 248

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

Shades of Medium Orchid #B94AF8

Tints of Medium Orchid #B94AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.92%

R = 36.49%
G = 14.6%
B = 48.92%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B94AF8 (or 0xB94AF8) is known color: Medium Orchid. HEX triplet: B9, 4A and F8. RGB value is (185,74,248). Sum of RGB (Red+Green+Blue) = 185+74+248=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #B94AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94AF8 is #46B507. Grayscale: #7E7E7E. Windows color (decimal): -4633864 or 16272057. OLE color: 16272057.

HSL color Cylindrical-coordinate representation of color #B94AF8: hue angle of 278.28º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94AF8 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 74 248 -
CMYK 0.25 0.70 0 0.03
HSL 278.28º 0.93% 0.63% -
HSV(B) 278.28º 0.7% 0.97% -
XYZ 39.4 21.99 90.97 -
YUV 127.03 196.27 169.35 -
System Red Green Blue C M Y K H S L
Decimal 185 74 248 0.25 0.70 0 0.03 278.28 0.93 0.63
Hex B9 4A F8 19 46 0 3 116 5D 3F
Octal 271 112 370 31 106 0 3 426 135 77
Binary 10111001 1001010 11111000 11001 1000110 0 11 100010110 1011101 111111

Color Harmonies of #B94AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94AF8

Black with #B94AF8

Text Example


Text Example

White with #B94AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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