Html Css Color HEX #B450F0 Medium Orchid

📋 copy color: '#B450F0'

red 180 ◦ green 80 ◦ blue 240

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

Shades of Medium Orchid #B450F0

Tints of Medium Orchid #B450F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48%

R = 36%
G = 16%
B = 48%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B450F0 (or 0xB450F0) is known color: Medium Orchid. HEX triplet: B4, 50 and F0. RGB value is (180,80,240). Sum of RGB (Red+Green+Blue) = 180+80+240=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #B450F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B450F0 is #4BAF0F. Grayscale: #7F7F7F. Windows color (decimal): -4960016 or 15749300. OLE color: 15749300.

HSL color Cylindrical-coordinate representation of color #B450F0: hue angle of 277.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B450F0 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 80 240 -
CMYK 0.25 0.67 0 0.06
HSL 277.5º 0.84% 0.63% -
HSV(B) 277.5º 0.67% 0.94% -
XYZ 37.42 21.73 84.66 -
YUV 128.14 191.13 164.99 -
System Red Green Blue C M Y K H S L
Decimal 180 80 240 0.25 0.67 0 0.06 277.5 0.84 0.63
Hex B4 50 F0 19 43 0 6 116 54 3F
Octal 264 120 360 31 103 0 6 426 124 77
Binary 10110100 1010000 11110000 11001 1000011 0 110 100010110 1010100 111111

Color Harmonies of #B450F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450F0

Black with #B450F0

Text Example


Text Example

White with #B450F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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