Html Css Color HEX #B240FE Medium Orchid

📋 copy color: '#B240FE'

red 178 ◦ green 64 ◦ blue 254

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

Shades of Medium Orchid #B240FE

Tints of Medium Orchid #B240FE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.9%

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

R = 35.89%
G = 12.9%
B = 51.21%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B240FE (or 0xB240FE) is known color: Medium Orchid. HEX triplet: B2, 40 and FE. RGB value is (178,64,254). Sum of RGB (Red+Green+Blue) = 178+64+254=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #B240FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B240FE is #4DBF01. Grayscale: #777777. Windows color (decimal): -5095170 or 16662706. OLE color: 16662706.

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

Color convert

RGB 178 64 254 -
CMYK 0.30 0.75 0 0.00
HSL 276º 0.99% 0.62% -
HSV(B) 276º 0.75% 1% -
XYZ 38.08 20.29 95.67 -
YUV 119.75 203.77 169.55 -
System Red Green Blue C M Y K H S L
Decimal 178 64 254 0.30 0.75 0 0.00 276 0.99 0.62
Hex B2 40 FE 1E 4B 0 0 114 63 3E
Octal 262 100 376 36 113 0 0 424 143 76
Binary 10110010 1000000 11111110 11110 1001011 0 0 100010100 1100011 111110

Color Harmonies of #B240FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B240FE

Black with #B240FE

Text Example


Text Example

White with #B240FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B240FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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