Html Css Color HEX #B94FDF Medium Orchid

📋 copy color: '#B94FDF'

red 185 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #B94FDF

Tints of Medium Orchid #B94FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.22%

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 37.99%
G = 16.22%
B = 45.79%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B94FDF (or 0xB94FDF) is known color: Medium Orchid. HEX triplet: B9, 4F and DF. RGB value is (185,79,223). Sum of RGB (Red+Green+Blue) = 185+79+223=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #B94FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94FDF is #46B020. Grayscale: #7E7E7E. Windows color (decimal): -4632609 or 14634937. OLE color: 14634937.

HSL color Cylindrical-coordinate representation of color #B94FDF: hue angle of 284.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94FDF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 79 223 -
CMYK 0.17 0.65 0 0.13
HSL 284.17º 0.69% 0.59% -
HSV(B) 284.17º 0.65% 0.87% -
XYZ 36.12 21.23 72.01 -
YUV 127.11 182.12 169.29 -
System Red Green Blue C M Y K H S L
Decimal 185 79 223 0.17 0.65 0 0.13 284.17 0.69 0.59
Hex B9 4F DF 11 41 0 D 11C 45 3B
Octal 271 117 337 21 101 0 15 434 105 73
Binary 10111001 1001111 11011111 10001 1000001 0 1101 100011100 1000101 111011

Color Harmonies of #B94FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94FDF

Black with #B94FDF

Text Example


Text Example

White with #B94FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94FDF; }

 p { color: rgb(185,79,223); }

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

background-color css

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

 a { background-color: rgb(185,79,223); }

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

border-color css

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

 span { border-color: rgb(185,79,223); }

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