Html Css Color HEX #B94CF6 Medium Orchid

📋 copy color: '#B94CF6'

red 185 ◦ green 76 ◦ blue 246

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

Shades of Medium Orchid #B94CF6

Tints of Medium Orchid #B94CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.52%

R = 36.49%
G = 14.99%
B = 48.52%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B94CF6 (or 0xB94CF6) is known color: Medium Orchid. HEX triplet: B9, 4C and F6. RGB value is (185,76,246). Sum of RGB (Red+Green+Blue) = 185+76+246=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #B94CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94CF6 is #46B309. Grayscale: #7F7F7F. Windows color (decimal): -4633354 or 16141497. OLE color: 16141497.

HSL color Cylindrical-coordinate representation of color #B94CF6: hue angle of 278.47º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B94CF6 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 76 246 -
CMYK 0.25 0.69 0 0.04
HSL 278.47º 0.9% 0.63% -
HSV(B) 278.47º 0.69% 0.96% -
XYZ 39.23 22.14 89.39 -
YUV 127.97 194.61 168.68 -
System Red Green Blue C M Y K H S L
Decimal 185 76 246 0.25 0.69 0 0.04 278.47 0.9 0.63
Hex B9 4C F6 19 45 0 4 116 5A 3F
Octal 271 114 366 31 105 0 4 426 132 77
Binary 10111001 1001100 11110110 11001 1000101 0 100 100010110 1011010 111111

Color Harmonies of #B94CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94CF6

Black with #B94CF6

Text Example


Text Example

White with #B94CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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