Html Css Color HEX #B659FF Medium Orchid

📋 copy color: '#B659FF'

red 182 ◦ green 89 ◦ blue 255

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

Shades of Medium Orchid #B659FF

Tints of Medium Orchid #B659FF

RGB

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

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

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

R = 34.6%
G = 16.92%
B = 48.48%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B659FF (or 0xB659FF) is known color: Medium Orchid. HEX triplet: B6, 59 and FF. RGB value is (182,89,255). Sum of RGB (Red+Green+Blue) = 182+89+255=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #B659FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B659FF is #49A600. Grayscale: #878787. Windows color (decimal): -4826625 or 16734646. OLE color: 16734646.

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

Color convert

RGB 182 89 255 -
CMYK 0.29 0.65 0 0
HSL 273.61º 1% 0.67% -
HSV(B) 273.61º 0.65% 1% -
XYZ 40.91 24.31 97.14 -
YUV 135.73 195.31 161 -
System Red Green Blue C M Y K H S L
Decimal 182 89 255 0.29 0.65 0 0 273.61 1 0.67
Hex B6 59 FF 1D 41 0 0 112 64 43
Octal 266 131 377 35 101 0 0 422 144 103
Binary 10110110 1011001 11111111 11101 1000001 0 0 100010010 1100100 1000011

Color Harmonies of #B659FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B659FF

Black with #B659FF

Text Example


Text Example

White with #B659FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B659FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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