Html Css Color HEX #B65ECB Medium Orchid

📋 copy color: '#B65ECB'

red 182 ◦ green 94 ◦ blue 203

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

Shades of Medium Orchid #B65ECB

Tints of Medium Orchid #B65ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.62%

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

R = 38%
G = 19.62%
B = 42.38%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B65ECB (or 0xB65ECB) is known color: Medium Orchid. HEX triplet: B6, 5E and CB. RGB value is (182,94,203). Sum of RGB (Red+Green+Blue) = 182+94+203=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #B65ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ECB is #49A134. Grayscale: #848484. Windows color (decimal): -4825397 or 13328054. OLE color: 13328054.

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

Color convert

RGB 182 94 203 -
CMYK 0.10 0.54 0 0.20
HSL 288.44º 0.51% 0.58% -
HSV(B) 288.44º 0.54% 0.8% -
XYZ 34.07 22.26 59 -
YUV 132.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 182 94 203 0.10 0.54 0 0.20 288.44 0.51 0.58
Hex B6 5E CB A 36 0 14 120 33 3A
Octal 266 136 313 12 66 0 24 440 63 72
Binary 10110110 1011110 11001011 1010 110110 0 10100 100100000 110011 111010

Color Harmonies of #B65ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65ECB

Black with #B65ECB

Text Example


Text Example

White with #B65ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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