Html Css Color HEX #B451FF Medium Orchid

📋 copy color: '#B451FF'

red 180 ◦ green 81 ◦ blue 255

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

Shades of Medium Orchid #B451FF

Tints of Medium Orchid #B451FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.42%

R = 34.88%
G = 15.7%
B = 49.42%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B451FF (or 0xB451FF) is known color: Medium Orchid. HEX triplet: B4, 51 and FF. RGB value is (180,81,255). Sum of RGB (Red+Green+Blue) = 180+81+255=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #B451FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B451FF is #4BAE00. Grayscale: #818181. Windows color (decimal): -4959745 or 16732596. OLE color: 16732596.

HSL color Cylindrical-coordinate representation of color #B451FF: hue angle of 274.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B451FF is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 81 255 -
CMYK 0.29 0.68 0 0
HSL 274.14º 1% 0.66% -
HSV(B) 274.14º 0.68% 1% -
XYZ 39.81 22.81 96.91 -
YUV 130.44 198.3 163.35 -
System Red Green Blue C M Y K H S L
Decimal 180 81 255 0.29 0.68 0 0 274.14 1 0.66
Hex B4 51 FF 1D 44 0 0 112 64 42
Octal 264 121 377 35 104 0 0 422 144 102
Binary 10110100 1010001 11111111 11101 1000100 0 0 100010010 1100100 1000010

Color Harmonies of #B451FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B451FF

Black with #B451FF

Text Example


Text Example

White with #B451FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B451FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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