Html Css Color HEX #B656CF Medium Orchid

📋 copy color: '#B656CF'

red 182 ◦ green 86 ◦ blue 207

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

Shades of Medium Orchid #B656CF

Tints of Medium Orchid #B656CF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.11%

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

R = 38.32%
G = 18.11%
B = 43.58%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B656CF (or 0xB656CF) is known color: Medium Orchid. HEX triplet: B6, 56 and CF. RGB value is (182,86,207). Sum of RGB (Red+Green+Blue) = 182+86+207=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #B656CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656CF is #49A930. Grayscale: #808080. Windows color (decimal): -4827441 or 13588150. OLE color: 13588150.

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

Color convert

RGB 182 86 207 -
CMYK 0.12 0.58 0 0.19
HSL 287.6º 0.56% 0.57% -
HSV(B) 287.6º 0.58% 0.81% -
XYZ 33.88 21.11 61.32 -
YUV 128.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 182 86 207 0.12 0.58 0 0.19 287.6 0.56 0.57
Hex B6 56 CF C 3A 0 13 120 38 39
Octal 266 126 317 14 72 0 23 440 70 71
Binary 10110110 1010110 11001111 1100 111010 0 10011 100100000 111000 111001

Color Harmonies of #B656CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B656CF

Black with #B656CF

Text Example


Text Example

White with #B656CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B656CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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