Html Css Color HEX #B450EC Medium Orchid

📋 copy color: '#B450EC'

red 180 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #B450EC

Tints of Medium Orchid #B450EC

RGB

 RED value IS 180 (70.7% from 255) = 36.29%

 GREEN value IS 80 (31.64% from 255) = 16.13%

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 36.29%
G = 16.13%
B = 47.58%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B450EC (or 0xB450EC) is known color: Medium Orchid. HEX triplet: B4, 50 and EC. RGB value is (180,80,236). Sum of RGB (Red+Green+Blue) = 180+80+236=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #B450EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B450EC is #4BAF13. Grayscale: #7F7F7F. Windows color (decimal): -4960020 or 15487156. OLE color: 15487156.

HSL color Cylindrical-coordinate representation of color #B450EC: hue angle of 278.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B450EC is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 80 236 -
CMYK 0.24 0.66 0 0.07
HSL 278.46º 0.8% 0.62% -
HSV(B) 278.46º 0.66% 0.93% -
XYZ 36.83 21.5 81.56 -
YUV 127.68 189.13 165.32 -
System Red Green Blue C M Y K H S L
Decimal 180 80 236 0.24 0.66 0 0.07 278.46 0.8 0.62
Hex B4 50 EC 18 42 0 7 116 50 3E
Octal 264 120 354 30 102 0 7 426 120 76
Binary 10110100 1010000 11101100 11000 1000010 0 111 100010110 1010000 111110

Color Harmonies of #B450EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450EC

Black with #B450EC

Text Example


Text Example

White with #B450EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450EC; }

 p { color: rgb(180,80,236); }

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

background-color css

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

 a { background-color: rgb(180,80,236); }

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

border-color css

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

 span { border-color: rgb(180,80,236); }

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