Html Css Color HEX #BE6BCB Medium Orchid

📋 copy color: '#BE6BCB'

red 190 ◦ green 107 ◦ blue 203

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

Shades of Medium Orchid #BE6BCB

Tints of Medium Orchid #BE6BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.4%

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

R = 38%
G = 21.4%
B = 40.6%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE6BCB (or 0xBE6BCB) is known color: Medium Orchid. HEX triplet: BE, 6B and CB. RGB value is (190,107,203). Sum of RGB (Red+Green+Blue) = 190+107+203=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE6BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BCB is #419434. Grayscale: #8E8E8E. Windows color (decimal): -4297781 or 13331390. OLE color: 13331390.

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

Color convert

RGB 190 107 203 -
CMYK 0.06 0.47 0 0.20
HSL 291.88º 0.48% 0.61% -
HSV(B) 291.88º 0.47% 0.8% -
XYZ 37.27 25.77 59.51 -
YUV 142.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 190 107 203 0.06 0.47 0 0.20 291.88 0.48 0.61
Hex BE 6B CB 6 2F 0 14 124 30 3D
Octal 276 153 313 6 57 0 24 444 60 75
Binary 10111110 1101011 11001011 110 101111 0 10100 100100100 110000 111101

Color Harmonies of #BE6BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BCB

Black with #BE6BCB

Text Example


Text Example

White with #BE6BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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