Html Css Color HEX #B656CB Medium Orchid

📋 copy color: '#B656CB'

red 182 ◦ green 86 ◦ blue 203

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

Shades of Medium Orchid #B656CB

Tints of Medium Orchid #B656CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 38.64%
G = 18.26%
B = 43.1%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B656CB (or 0xB656CB) is known color: Medium Orchid. HEX triplet: B6, 56 and CB. RGB value is (182,86,203). Sum of RGB (Red+Green+Blue) = 182+86+203=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #B656CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656CB is #49A934. Grayscale: #7F7F7F. Windows color (decimal): -4827445 or 13326006. OLE color: 13326006.

HSL color Cylindrical-coordinate representation of color #B656CB: hue angle of 289.23º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B656CB is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 86 203 -
CMYK 0.10 0.58 0 0.20
HSL 289.23º 0.53% 0.57% -
HSV(B) 289.23º 0.58% 0.8% -
XYZ 33.4 20.91 58.78 -
YUV 128.04 170.3 166.49 -
System Red Green Blue C M Y K H S L
Decimal 182 86 203 0.10 0.58 0 0.20 289.23 0.53 0.57
Hex B6 56 CB A 3A 0 14 121 35 39
Octal 266 126 313 12 72 0 24 441 65 71
Binary 10110110 1010110 11001011 1010 111010 0 10100 100100001 110101 111001

Color Harmonies of #B656CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B656CB

Black with #B656CB

Text Example


Text Example

White with #B656CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B656CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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