Html Css Color HEX #B451DB Medium Orchid

📋 copy color: '#B451DB'

red 180 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #B451DB

Tints of Medium Orchid #B451DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 37.5%
G = 16.88%
B = 45.63%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B451DB (or 0xB451DB) is known color: Medium Orchid. HEX triplet: B4, 51 and DB. RGB value is (180,81,219). Sum of RGB (Red+Green+Blue) = 180+81+219=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #B451DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451DB is #4BAE24. Grayscale: #7D7D7D. Windows color (decimal): -4959781 or 14373300. OLE color: 14373300.

HSL color Cylindrical-coordinate representation of color #B451DB: hue angle of 283.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B451DB is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 81 219 -
CMYK 0.18 0.63 0 0.14
HSL 283.04º 0.66% 0.59% -
HSV(B) 283.04º 0.63% 0.86% -
XYZ 34.55 20.7 69.19 -
YUV 126.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 180 81 219 0.18 0.63 0 0.14 283.04 0.66 0.59
Hex B4 51 DB 12 3F 0 E 11B 42 3B
Octal 264 121 333 22 77 0 16 433 102 73
Binary 10110100 1010001 11011011 10010 111111 0 1110 100011011 1000010 111011

Color Harmonies of #B451DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B451DB

Black with #B451DB

Text Example


Text Example

White with #B451DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B451DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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