Html Css Color HEX #B656CA Medium Orchid

📋 copy color: '#B656CA'

red 182 ◦ green 86 ◦ blue 202

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

Shades of Medium Orchid #B656CA

Tints of Medium Orchid #B656CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 38.72%
G = 18.3%
B = 42.98%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B656CA (or 0xB656CA) is known color: Medium Orchid. HEX triplet: B6, 56 and CA. RGB value is (182,86,202). Sum of RGB (Red+Green+Blue) = 182+86+202=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #B656CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656CA is #49A935. Grayscale: #7F7F7F. Windows color (decimal): -4827446 or 13260470. OLE color: 13260470.

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

Color convert

RGB 182 86 202 -
CMYK 0.10 0.57 0 0.21
HSL 289.66º 0.52% 0.56% -
HSV(B) 289.66º 0.57% 0.79% -
XYZ 33.28 20.86 58.15 -
YUV 127.93 169.8 166.57 -
System Red Green Blue C M Y K H S L
Decimal 182 86 202 0.10 0.57 0 0.21 289.66 0.52 0.56
Hex B6 56 CA A 39 0 15 122 34 38
Octal 266 126 312 12 71 0 25 442 64 70
Binary 10110110 1010110 11001010 1010 111001 0 10101 100100010 110100 111000

Color Harmonies of #B656CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B656CA

Black with #B656CA

Text Example


Text Example

White with #B656CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B656CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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