Html Css Color HEX #B659CF Medium Orchid

📋 copy color: '#B659CF'

red 182 ◦ green 89 ◦ blue 207

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

Shades of Medium Orchid #B659CF

Tints of Medium Orchid #B659CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 38.08%
G = 18.62%
B = 43.31%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B659CF (or 0xB659CF) is known color: Medium Orchid. HEX triplet: B6, 59 and CF. RGB value is (182,89,207). Sum of RGB (Red+Green+Blue) = 182+89+207=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #B659CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659CF is #49A630. Grayscale: #818181. Windows color (decimal): -4826673 or 13588918. OLE color: 13588918.

HSL color Cylindrical-coordinate representation of color #B659CF: hue angle of 287.29º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B659CF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 89 207 -
CMYK 0.12 0.57 0 0.19
HSL 287.29º 0.55% 0.58% -
HSV(B) 287.29º 0.57% 0.81% -
XYZ 34.13 21.59 61.4 -
YUV 130.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 182 89 207 0.12 0.57 0 0.19 287.29 0.55 0.58
Hex B6 59 CF C 39 0 13 11F 37 3A
Octal 266 131 317 14 71 0 23 437 67 72
Binary 10110110 1011001 11001111 1100 111001 0 10011 100011111 110111 111010

Color Harmonies of #B659CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B659CF

Black with #B659CF

Text Example


Text Example

White with #B659CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B659CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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