Html Css Color HEX #B241FB Medium Orchid

📋 copy color: '#B241FB'

red 178 ◦ green 65 ◦ blue 251

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

Shades of Medium Orchid #B241FB

Tints of Medium Orchid #B241FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 36.03%
G = 13.16%
B = 50.81%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B241FB (or 0xB241FB) is known color: Medium Orchid. HEX triplet: B2, 41 and FB. RGB value is (178,65,251). Sum of RGB (Red+Green+Blue) = 178+65+251=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #B241FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B241FB is #4DBE04. Grayscale: #777777. Windows color (decimal): -5094917 or 16466354. OLE color: 16466354.

HSL color Cylindrical-coordinate representation of color #B241FB: hue angle of 276.45º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B241FB is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 65 251 -
CMYK 0.29 0.74 0 0.02
HSL 276.45º 0.96% 0.62% -
HSV(B) 276.45º 0.74% 0.98% -
XYZ 37.66 20.21 93.18 -
YUV 119.99 201.94 169.38 -
System Red Green Blue C M Y K H S L
Decimal 178 65 251 0.29 0.74 0 0.02 276.45 0.96 0.62
Hex B2 41 FB 1D 4A 0 2 114 60 3E
Octal 262 101 373 35 112 0 2 424 140 76
Binary 10110010 1000001 11111011 11101 1001010 0 10 100010100 1100000 111110

Color Harmonies of #B241FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B241FB

Black with #B241FB

Text Example


Text Example

White with #B241FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B241FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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