Html Css Color HEX #B651FD Medium Orchid

📋 copy color: '#B651FD'

red 182 ◦ green 81 ◦ blue 253

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

Shades of Medium Orchid #B651FD

Tints of Medium Orchid #B651FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 35.27%
G = 15.7%
B = 49.03%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B651FD (or 0xB651FD) is known color: Medium Orchid. HEX triplet: B6, 51 and FD. RGB value is (182,81,253). Sum of RGB (Red+Green+Blue) = 182+81+253=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #B651FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B651FD is #49AE02. Grayscale: #828282. Windows color (decimal): -4828675 or 16601526. OLE color: 16601526.

HSL color Cylindrical-coordinate representation of color #B651FD: hue angle of 275.23º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B651FD is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 81 253 -
CMYK 0.28 0.68 0 0.01
HSL 275.23º 0.98% 0.65% -
HSV(B) 275.23º 0.68% 0.99% -
XYZ 39.96 22.92 95.25 -
YUV 130.81 196.96 164.51 -
System Red Green Blue C M Y K H S L
Decimal 182 81 253 0.28 0.68 0 0.01 275.23 0.98 0.65
Hex B6 51 FD 1C 44 0 1 113 62 41
Octal 266 121 375 34 104 0 1 423 142 101
Binary 10110110 1010001 11111101 11100 1000100 0 1 100010011 1100010 1000001

Color Harmonies of #B651FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B651FD

Black with #B651FD

Text Example


Text Example

White with #B651FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B651FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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