Html Css Color HEX #B942F1 Medium Orchid

📋 copy color: '#B942F1'

red 185 ◦ green 66 ◦ blue 241

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

Shades of Medium Orchid #B942F1

Tints of Medium Orchid #B942F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.98%

R = 37.6%
G = 13.41%
B = 48.98%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B942F1 (or 0xB942F1) is known color: Medium Orchid. HEX triplet: B9, 42 and F1. RGB value is (185,66,241). Sum of RGB (Red+Green+Blue) = 185+66+241=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #B942F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B942F1 is #46BD0E. Grayscale: #787878. Windows color (decimal): -4635919 or 15811257. OLE color: 15811257.

HSL color Cylindrical-coordinate representation of color #B942F1: hue angle of 280.8º degrees, saturation: 0.86, 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 #B942F1 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 66 241 -
CMYK 0.23 0.73 0 0.05
HSL 280.8º 0.86% 0.6% -
HSV(B) 280.8º 0.73% 0.95% -
XYZ 37.83 20.56 85.19 -
YUV 121.53 195.42 173.27 -
System Red Green Blue C M Y K H S L
Decimal 185 66 241 0.23 0.73 0 0.05 280.8 0.86 0.6
Hex B9 42 F1 17 49 0 5 119 56 3C
Octal 271 102 361 27 111 0 5 431 126 74
Binary 10111001 1000010 11110001 10111 1001001 0 101 100011001 1010110 111100

Color Harmonies of #B942F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B942F1

Black with #B942F1

Text Example


Text Example

White with #B942F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B942F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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