Html Css Color HEX #B450D0 Medium Orchid

📋 copy color: '#B450D0'

red 180 ◦ green 80 ◦ blue 208

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

Shades of Medium Orchid #B450D0

Tints of Medium Orchid #B450D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.44%

R = 38.46%
G = 17.09%
B = 44.44%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B450D0 (or 0xB450D0) is known color: Medium Orchid. HEX triplet: B4, 50 and D0. RGB value is (180,80,208). Sum of RGB (Red+Green+Blue) = 180+80+208=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #B450D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B450D0 is #4BAF2F. Grayscale: #7C7C7C. Windows color (decimal): -4960048 or 13652148. OLE color: 13652148.

HSL color Cylindrical-coordinate representation of color #B450D0: hue angle of 286.88º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B450D0 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 80 208 -
CMYK 0.13 0.62 0 0.18
HSL 286.88º 0.58% 0.56% -
HSV(B) 286.88º 0.62% 0.82% -
XYZ 33.08 19.99 61.79 -
YUV 124.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 180 80 208 0.13 0.62 0 0.18 286.88 0.58 0.56
Hex B4 50 D0 D 3E 0 12 11F 3A 38
Octal 264 120 320 15 76 0 22 437 72 70
Binary 10110100 1010000 11010000 1101 111110 0 10010 100011111 111010 111000

Color Harmonies of #B450D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B450D0

Black with #B450D0

Text Example


Text Example

White with #B450D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B450D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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