Html Css Color HEX #B450ED Medium Orchid

📋 copy color: '#B450ED'

red 180 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #B450ED

Tints of Medium Orchid #B450ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 36.22%
G = 16.1%
B = 47.69%

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

#B450ED (or 0xB450ED) is known color: Medium Orchid. HEX triplet: B4, 50 and ED. RGB value is (180,80,237). Sum of RGB (Red+Green+Blue) = 180+80+237=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #B450ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B450ED is #4BAF12. Grayscale: #7F7F7F. Windows color (decimal): -4960019 or 15552692. OLE color: 15552692.

HSL color Cylindrical-coordinate representation of color #B450ED: hue angle of 278.22º degrees, saturation: 0.81, 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 #B450ED is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 80 237 -
CMYK 0.24 0.66 0 0.07
HSL 278.22º 0.81% 0.62% -
HSV(B) 278.22º 0.66% 0.93% -
XYZ 36.98 21.56 82.33 -
YUV 127.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 180 80 237 0.24 0.66 0 0.07 278.22 0.81 0.62
Hex B4 50 ED 18 42 0 7 116 51 3E
Octal 264 120 355 30 102 0 7 426 121 76
Binary 10110100 1010000 11101101 11000 1000010 0 111 100010110 1010001 111110

Color Harmonies of #B450ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450ED

Black with #B450ED

Text Example


Text Example

White with #B450ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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