Html Css Color HEX #B942F2 Medium Orchid

📋 copy color: '#B942F2'

red 185 ◦ green 66 ◦ blue 242

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

Shades of Medium Orchid #B942F2

Tints of Medium Orchid #B942F2

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.39%

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

R = 37.53%
G = 13.39%
B = 49.09%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B942F2 (or 0xB942F2) is known color: Medium Orchid. HEX triplet: B9, 42 and F2. RGB value is (185,66,242). Sum of RGB (Red+Green+Blue) = 185+66+242=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #B942F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B942F2 is #46BD0D. Grayscale: #797979. Windows color (decimal): -4635918 or 15876793. OLE color: 15876793.

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

Color convert

RGB 185 66 242 -
CMYK 0.24 0.73 0 0.05
HSL 280.57º 0.87% 0.6% -
HSV(B) 280.57º 0.73% 0.95% -
XYZ 37.98 20.62 85.98 -
YUV 121.65 195.92 173.19 -
System Red Green Blue C M Y K H S L
Decimal 185 66 242 0.24 0.73 0 0.05 280.57 0.87 0.6
Hex B9 42 F2 18 49 0 5 119 57 3C
Octal 271 102 362 30 111 0 5 431 127 74
Binary 10111001 1000010 11110010 11000 1001001 0 101 100011001 1010111 111100

Color Harmonies of #B942F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942F2

Black with #B942F2

Text Example


Text Example

White with #B942F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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