Html Css Color HEX #B450F9 Medium Orchid

📋 copy color: '#B450F9'

red 180 ◦ green 80 ◦ blue 249

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

Shades of Medium Orchid #B450F9

Tints of Medium Orchid #B450F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.92%

R = 35.36%
G = 15.72%
B = 48.92%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B450F9 (or 0xB450F9) is known color: Medium Orchid. HEX triplet: B4, 50 and F9. RGB value is (180,80,249). Sum of RGB (Red+Green+Blue) = 180+80+249=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #B450F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B450F9 is #4BAF06. Grayscale: #808080. Windows color (decimal): -4960007 or 16339124. OLE color: 16339124.

HSL color Cylindrical-coordinate representation of color #B450F9: hue angle of 275.5º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B450F9 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 80 249 -
CMYK 0.28 0.68 0 0.02
HSL 275.5º 0.93% 0.65% -
HSV(B) 275.5º 0.68% 0.98% -
XYZ 38.79 22.28 91.88 -
YUV 129.17 195.63 164.26 -
System Red Green Blue C M Y K H S L
Decimal 180 80 249 0.28 0.68 0 0.02 275.5 0.93 0.65
Hex B4 50 F9 1C 44 0 2 114 5D 41
Octal 264 120 371 34 104 0 2 424 135 101
Binary 10110100 1010000 11111001 11100 1000100 0 10 100010100 1011101 1000001

Color Harmonies of #B450F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450F9

Black with #B450F9

Text Example


Text Example

White with #B450F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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