Html Css Color HEX #B651FF Medium Orchid

📋 copy color: '#B651FF'

red 182 ◦ green 81 ◦ blue 255

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

Shades of Medium Orchid #B651FF

Tints of Medium Orchid #B651FF

RGB

 RED value IS 182 (71.48% from 255) = 35.14%

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

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

R = 35.14%
G = 15.64%
B = 49.23%

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

#B651FF (or 0xB651FF) is known color: Medium Orchid. HEX triplet: B6, 51 and FF. RGB value is (182,81,255). Sum of RGB (Red+Green+Blue) = 182+81+255=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #B651FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B651FF is #49AE00. Grayscale: #828282. Windows color (decimal): -4828673 or 16732598. OLE color: 16732598.

HSL color Cylindrical-coordinate representation of color #B651FF: hue angle of 274.83º 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 #B651FF is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 81 255 -
CMYK 0.29 0.68 0 0
HSL 274.83º 1% 0.66% -
HSV(B) 274.83º 0.68% 1% -
XYZ 40.28 23.05 96.93 -
YUV 131.04 197.96 164.35 -
System Red Green Blue C M Y K H S L
Decimal 182 81 255 0.29 0.68 0 0 274.83 1 0.66
Hex B6 51 FF 1D 44 0 0 113 64 42
Octal 266 121 377 35 104 0 0 423 144 102
Binary 10110110 1010001 11111111 11101 1000100 0 0 100010011 1100100 1000010

Color Harmonies of #B651FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B651FF

Black with #B651FF

Text Example


Text Example

White with #B651FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B651FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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