Html Css Color HEX #B240CE Medium Orchid

📋 copy color: '#B240CE'

red 178 ◦ green 64 ◦ blue 206

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

Shades of Medium Orchid #B240CE

Tints of Medium Orchid #B240CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 39.73%
G = 14.29%
B = 45.98%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B240CE (or 0xB240CE) is known color: Medium Orchid. HEX triplet: B2, 40 and CE. RGB value is (178,64,206). Sum of RGB (Red+Green+Blue) = 178+64+206=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #B240CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240CE is #4DBF31. Grayscale: #717171. Windows color (decimal): -5095218 or 13516978. OLE color: 13516978.

HSL color Cylindrical-coordinate representation of color #B240CE: hue angle of 288.17º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B240CE is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 64 206 -
CMYK 0.14 0.69 0 0.19
HSL 288.17º 0.59% 0.53% -
HSV(B) 288.17º 0.69% 0.81% -
XYZ 31.33 17.59 60.14 -
YUV 114.27 179.77 173.45 -
System Red Green Blue C M Y K H S L
Decimal 178 64 206 0.14 0.69 0 0.19 288.17 0.59 0.53
Hex B2 40 CE E 45 0 13 120 3B 35
Octal 262 100 316 16 105 0 23 440 73 65
Binary 10110010 1000000 11001110 1110 1000101 0 10011 100100000 111011 110101

Color Harmonies of #B240CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B240CE

Black with #B240CE

Text Example


Text Example

White with #B240CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B240CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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