Html Css Color HEX #B241F2 Medium Orchid

📋 copy color: '#B241F2'

red 178 ◦ green 65 ◦ blue 242

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

Shades of Medium Orchid #B241F2

Tints of Medium Orchid #B241F2

RGB

 RED value IS 178 (69.92% from 255) = 36.7%

 GREEN value IS 65 (25.78% from 255) = 13.4%

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

R = 36.7%
G = 13.4%
B = 49.9%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B241F2 (or 0xB241F2) is known color: Medium Orchid. HEX triplet: B2, 41 and F2. RGB value is (178,65,242). Sum of RGB (Red+Green+Blue) = 178+65+242=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #B241F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B241F2 is #4DBE0D. Grayscale: #767676. Windows color (decimal): -5094926 or 15876530. OLE color: 15876530.

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

Color convert

RGB 178 65 242 -
CMYK 0.26 0.73 0 0.05
HSL 278.31º 0.87% 0.6% -
HSV(B) 278.31º 0.73% 0.95% -
XYZ 36.28 19.66 85.89 -
YUV 118.97 197.44 170.11 -
System Red Green Blue C M Y K H S L
Decimal 178 65 242 0.26 0.73 0 0.05 278.31 0.87 0.6
Hex B2 41 F2 1A 49 0 5 116 57 3C
Octal 262 101 362 32 111 0 5 426 127 74
Binary 10110010 1000001 11110010 11010 1001001 0 101 100010110 1010111 111100

Color Harmonies of #B241F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B241F2

Black with #B241F2

Text Example


Text Example

White with #B241F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B241F2; }

 p { color: rgb(178,65,242); }

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

background-color css

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

 a { background-color: rgb(178,65,242); }

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

border-color css

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

 span { border-color: rgb(178,65,242); }

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