Html Css Color HEX #BE6DCB Medium Orchid

📋 copy color: '#BE6DCB'

red 190 ◦ green 109 ◦ blue 203

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

Shades of Medium Orchid #BE6DCB

Tints of Medium Orchid #BE6DCB

RGB

 RED value IS 190 (74.61% from 255) = 37.85%

 GREEN value IS 109 (42.97% from 255) = 21.71%

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

R = 37.85%
G = 21.71%
B = 40.44%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE6DCB (or 0xBE6DCB) is known color: Medium Orchid. HEX triplet: BE, 6D and CB. RGB value is (190,109,203). Sum of RGB (Red+Green+Blue) = 190+109+203=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DCB is #419234. Grayscale: #8F8F8F. Windows color (decimal): -4297269 or 13331902. OLE color: 13331902.

HSL color Cylindrical-coordinate representation of color #BE6DCB: hue angle of 291.7º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE6DCB is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 109 203 -
CMYK 0.06 0.46 0 0.20
HSL 291.7º 0.47% 0.61% -
HSV(B) 291.7º 0.46% 0.8% -
XYZ 37.48 26.2 59.58 -
YUV 143.94 161.34 160.86 -
System Red Green Blue C M Y K H S L
Decimal 190 109 203 0.06 0.46 0 0.20 291.7 0.47 0.61
Hex BE 6D CB 6 2E 0 14 124 2F 3D
Octal 276 155 313 6 56 0 24 444 57 75
Binary 10111110 1101101 11001011 110 101110 0 10100 100100100 101111 111101

Color Harmonies of #BE6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DCB

Black with #BE6DCB

Text Example


Text Example

White with #BE6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DCB; }

 p { color: rgb(190,109,203); }

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

background-color css

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

 a { background-color: rgb(190,109,203); }

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

border-color css

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

 span { border-color: rgb(190,109,203); }

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