Html Css Color HEX #B241EE Medium Orchid

📋 copy color: '#B241EE'

red 178 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #B241EE

Tints of Medium Orchid #B241EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 37.01%
G = 13.51%
B = 49.48%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B241EE (or 0xB241EE) is known color: Medium Orchid. HEX triplet: B2, 41 and EE. RGB value is (178,65,238). Sum of RGB (Red+Green+Blue) = 178+65+238=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #B241EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B241EE is #4DBE11. Grayscale: #757575. Windows color (decimal): -5094930 or 15614386. OLE color: 15614386.

HSL color Cylindrical-coordinate representation of color #B241EE: hue angle of 279.19º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B241EE is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 65 238 -
CMYK 0.25 0.73 0 0.07
HSL 279.19º 0.84% 0.59% -
HSV(B) 279.19º 0.73% 0.93% -
XYZ 35.68 19.42 82.76 -
YUV 118.51 195.44 170.43 -
System Red Green Blue C M Y K H S L
Decimal 178 65 238 0.25 0.73 0 0.07 279.19 0.84 0.59
Hex B2 41 EE 19 49 0 7 117 54 3B
Octal 262 101 356 31 111 0 7 427 124 73
Binary 10110010 1000001 11101110 11001 1001001 0 111 100010111 1010100 111011

Color Harmonies of #B241EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B241EE

Black with #B241EE

Text Example


Text Example

White with #B241EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B241EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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