Html Css Color HEX #B657CA Medium Orchid

📋 copy color: '#B657CA'

red 182 ◦ green 87 ◦ blue 202

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

Shades of Medium Orchid #B657CA

Tints of Medium Orchid #B657CA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.47%

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

R = 38.64%
G = 18.47%
B = 42.89%

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

#B657CA (or 0xB657CA) is known color: Medium Orchid. HEX triplet: B6, 57 and CA. RGB value is (182,87,202). Sum of RGB (Red+Green+Blue) = 182+87+202=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #B657CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B657CA is #49A835. Grayscale: #808080. Windows color (decimal): -4827190 or 13260726. OLE color: 13260726.

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

Color convert

RGB 182 87 202 -
CMYK 0.10 0.57 0 0.21
HSL 289.57º 0.52% 0.57% -
HSV(B) 289.57º 0.57% 0.79% -
XYZ 33.36 21.03 58.18 -
YUV 128.52 169.47 166.15 -
System Red Green Blue C M Y K H S L
Decimal 182 87 202 0.10 0.57 0 0.21 289.57 0.52 0.57
Hex B6 57 CA A 39 0 15 122 34 39
Octal 266 127 312 12 71 0 25 442 64 71
Binary 10110110 1010111 11001010 1010 111001 0 10101 100100010 110100 111001

Color Harmonies of #B657CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B657CA

Black with #B657CA

Text Example


Text Example

White with #B657CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B657CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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