Html Css Color HEX #B451D0 Medium Orchid

📋 copy color: '#B451D0'

red 180 ◦ green 81 ◦ blue 208

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

Shades of Medium Orchid #B451D0

Tints of Medium Orchid #B451D0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.27%

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

R = 38.38%
G = 17.27%
B = 44.35%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B451D0 (or 0xB451D0) is known color: Medium Orchid. HEX triplet: B4, 51 and D0. RGB value is (180,81,208). Sum of RGB (Red+Green+Blue) = 180+81+208=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #B451D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451D0 is #4BAE2F. Grayscale: #7C7C7C. Windows color (decimal): -4959792 or 13652404. OLE color: 13652404.

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

Color convert

RGB 180 81 208 -
CMYK 0.13 0.61 0 0.18
HSL 286.77º 0.57% 0.57% -
HSV(B) 286.77º 0.61% 0.82% -
XYZ 33.15 20.14 61.82 -
YUV 125.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 180 81 208 0.13 0.61 0 0.18 286.77 0.57 0.57
Hex B4 51 D0 D 3D 0 12 11F 39 39
Octal 264 121 320 15 75 0 22 437 71 71
Binary 10110100 1010001 11010000 1101 111101 0 10010 100011111 111001 111001

Color Harmonies of #B451D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B451D0

Black with #B451D0

Text Example


Text Example

White with #B451D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B451D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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