Html Css Color HEX #B659FD Medium Orchid

📋 copy color: '#B659FD'

red 182 ◦ green 89 ◦ blue 253

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

Shades of Medium Orchid #B659FD

Tints of Medium Orchid #B659FD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.98%

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

R = 34.73%
G = 16.98%
B = 48.28%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B659FD (or 0xB659FD) is known color: Medium Orchid. HEX triplet: B6, 59 and FD. RGB value is (182,89,253). Sum of RGB (Red+Green+Blue) = 182+89+253=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #B659FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B659FD is #49A602. Grayscale: #868686. Windows color (decimal): -4826627 or 16603574. OLE color: 16603574.

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

Color convert

RGB 182 89 253 -
CMYK 0.28 0.65 0 0.01
HSL 274.02º 0.98% 0.67% -
HSV(B) 274.02º 0.65% 0.99% -
XYZ 40.59 24.18 95.46 -
YUV 135.5 194.31 161.16 -
System Red Green Blue C M Y K H S L
Decimal 182 89 253 0.28 0.65 0 0.01 274.02 0.98 0.67
Hex B6 59 FD 1C 41 0 1 112 62 43
Octal 266 131 375 34 101 0 1 422 142 103
Binary 10110110 1011001 11111101 11100 1000001 0 1 100010010 1100010 1000011

Color Harmonies of #B659FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B659FD

Black with #B659FD

Text Example


Text Example

White with #B659FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B659FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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