Html Css Color HEX #B451DF Medium Orchid

📋 copy color: '#B451DF'

red 180 ◦ green 81 ◦ blue 223

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

Shades of Medium Orchid #B451DF

Tints of Medium Orchid #B451DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 37.19%
G = 16.74%
B = 46.07%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B451DF (or 0xB451DF) is known color: Medium Orchid. HEX triplet: B4, 51 and DF. RGB value is (180,81,223). Sum of RGB (Red+Green+Blue) = 180+81+223=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #B451DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451DF is #4BAE20. Grayscale: #7E7E7E. Windows color (decimal): -4959777 or 14635444. OLE color: 14635444.

HSL color Cylindrical-coordinate representation of color #B451DF: hue angle of 281.83º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B451DF is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 81 223 -
CMYK 0.19 0.64 0 0.13
HSL 281.83º 0.69% 0.6% -
HSV(B) 281.83º 0.64% 0.87% -
XYZ 35.08 20.92 72 -
YUV 126.79 182.3 165.95 -
System Red Green Blue C M Y K H S L
Decimal 180 81 223 0.19 0.64 0 0.13 281.83 0.69 0.6
Hex B4 51 DF 13 40 0 D 11A 45 3C
Octal 264 121 337 23 100 0 15 432 105 74
Binary 10110100 1010001 11011111 10011 1000000 0 1101 100011010 1000101 111100

Color Harmonies of #B451DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B451DF

Black with #B451DF

Text Example


Text Example

White with #B451DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B451DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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