Html Css Color HEX #B94FF2 Medium Orchid

📋 copy color: '#B94FF2'

red 185 ◦ green 79 ◦ blue 242

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

Shades of Medium Orchid #B94FF2

Tints of Medium Orchid #B94FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.83%

R = 36.56%
G = 15.61%
B = 47.83%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B94FF2 (or 0xB94FF2) is known color: Medium Orchid. HEX triplet: B9, 4F and F2. RGB value is (185,79,242). Sum of RGB (Red+Green+Blue) = 185+79+242=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #B94FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94FF2 is #46B00D. Grayscale: #808080. Windows color (decimal): -4632590 or 15880121. OLE color: 15880121.

HSL color Cylindrical-coordinate representation of color #B94FF2: hue angle of 279.02º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B94FF2 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 79 242 -
CMYK 0.24 0.67 0 0.05
HSL 279.02º 0.86% 0.63% -
HSV(B) 279.02º 0.67% 0.95% -
XYZ 38.83 22.32 86.27 -
YUV 129.28 191.62 167.75 -
System Red Green Blue C M Y K H S L
Decimal 185 79 242 0.24 0.67 0 0.05 279.02 0.86 0.63
Hex B9 4F F2 18 43 0 5 117 56 3F
Octal 271 117 362 30 103 0 5 427 126 77
Binary 10111001 1001111 11110010 11000 1000011 0 101 100010111 1010110 111111

Color Harmonies of #B94FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94FF2

Black with #B94FF2

Text Example


Text Example

White with #B94FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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