Html Css Color HEX #B450F2 Medium Orchid

📋 copy color: '#B450F2'

red 180 ◦ green 80 ◦ blue 242

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

Shades of Medium Orchid #B450F2

Tints of Medium Orchid #B450F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.21%

R = 35.86%
G = 15.94%
B = 48.21%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B450F2 (or 0xB450F2) is known color: Medium Orchid. HEX triplet: B4, 50 and F2. RGB value is (180,80,242). Sum of RGB (Red+Green+Blue) = 180+80+242=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #B450F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B450F2 is #4BAF0D. Grayscale: #7F7F7F. Windows color (decimal): -4960014 or 15880372. OLE color: 15880372.

HSL color Cylindrical-coordinate representation of color #B450F2: hue angle of 277.04º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B450F2 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 80 242 -
CMYK 0.26 0.67 0 0.05
HSL 277.04º 0.86% 0.63% -
HSV(B) 277.04º 0.67% 0.95% -
XYZ 37.72 21.85 86.23 -
YUV 128.37 192.13 164.83 -
System Red Green Blue C M Y K H S L
Decimal 180 80 242 0.26 0.67 0 0.05 277.04 0.86 0.63
Hex B4 50 F2 1A 43 0 5 115 56 3F
Octal 264 120 362 32 103 0 5 425 126 77
Binary 10110100 1010000 11110010 11010 1000011 0 101 100010101 1010110 111111

Color Harmonies of #B450F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450F2

Black with #B450F2

Text Example


Text Example

White with #B450F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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