Html Css Color HEX #B659FA Medium Orchid

📋 copy color: '#B659FA'

red 182 ◦ green 89 ◦ blue 250

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

Shades of Medium Orchid #B659FA

Tints of Medium Orchid #B659FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 34.93%
G = 17.08%
B = 47.98%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B659FA (or 0xB659FA) is known color: Medium Orchid. HEX triplet: B6, 59 and FA. RGB value is (182,89,250). Sum of RGB (Red+Green+Blue) = 182+89+250=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #B659FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B659FA is #49A605. Grayscale: #868686. Windows color (decimal): -4826630 or 16406966. OLE color: 16406966.

HSL color Cylindrical-coordinate representation of color #B659FA: hue angle of 274.66º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B659FA is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 89 250 -
CMYK 0.27 0.64 0 0.02
HSL 274.66º 0.94% 0.66% -
HSV(B) 274.66º 0.64% 0.98% -
XYZ 40.12 23.99 92.96 -
YUV 135.16 192.81 161.41 -
System Red Green Blue C M Y K H S L
Decimal 182 89 250 0.27 0.64 0 0.02 274.66 0.94 0.66
Hex B6 59 FA 1B 40 0 2 113 5E 42
Octal 266 131 372 33 100 0 2 423 136 102
Binary 10110110 1011001 11111010 11011 1000000 0 10 100010011 1011110 1000010

Color Harmonies of #B659FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B659FA

Black with #B659FA

Text Example


Text Example

White with #B659FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B659FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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