Html Css Color HEX #B241FE Medium Orchid

📋 copy color: '#B241FE'

red 178 ◦ green 65 ◦ blue 254

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

Shades of Medium Orchid #B241FE

Tints of Medium Orchid #B241FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 35.81%
G = 13.08%
B = 51.11%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B241FE (or 0xB241FE) is known color: Medium Orchid. HEX triplet: B2, 41 and FE. RGB value is (178,65,254). Sum of RGB (Red+Green+Blue) = 178+65+254=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #B241FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B241FE is #4DBE01. Grayscale: #777777. Windows color (decimal): -5094914 or 16662962. OLE color: 16662962.

HSL color Cylindrical-coordinate representation of color #B241FE: hue angle of 275.87º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B241FE is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 65 254 -
CMYK 0.30 0.74 0 0.00
HSL 275.87º 0.99% 0.63% -
HSV(B) 275.87º 0.74% 1% -
XYZ 38.14 20.4 95.69 -
YUV 120.33 203.44 169.13 -
System Red Green Blue C M Y K H S L
Decimal 178 65 254 0.30 0.74 0 0.00 275.87 0.99 0.63
Hex B2 41 FE 1E 4A 0 0 114 63 3F
Octal 262 101 376 36 112 0 0 424 143 77
Binary 10110010 1000001 11111110 11110 1001010 0 0 100010100 1100011 111111

Color Harmonies of #B241FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B241FE

Black with #B241FE

Text Example


Text Example

White with #B241FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B241FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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