Html Css Color HEX #B659C9 Medium Orchid

📋 copy color: '#B659C9'

red 182 ◦ green 89 ◦ blue 201

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

Shades of Medium Orchid #B659C9

Tints of Medium Orchid #B659C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.58%

R = 38.56%
G = 18.86%
B = 42.58%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B659C9 (or 0xB659C9) is known color: Medium Orchid. HEX triplet: B6, 59 and C9. RGB value is (182,89,201). Sum of RGB (Red+Green+Blue) = 182+89+201=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #B659C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659C9 is #49A636. Grayscale: #818181. Windows color (decimal): -4826679 or 13195702. OLE color: 13195702.

HSL color Cylindrical-coordinate representation of color #B659C9: hue angle of 289.82º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B659C9 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 89 201 -
CMYK 0.09 0.56 0 0.21
HSL 289.82º 0.51% 0.57% -
HSV(B) 289.82º 0.56% 0.79% -
XYZ 33.41 21.31 57.61 -
YUV 129.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 182 89 201 0.09 0.56 0 0.21 289.82 0.51 0.57
Hex B6 59 C9 9 38 0 15 122 33 39
Octal 266 131 311 11 70 0 25 442 63 71
Binary 10110110 1011001 11001001 1001 111000 0 10101 100100010 110011 111001

Color Harmonies of #B659C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B659C9

Black with #B659C9

Text Example


Text Example

White with #B659C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B659C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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