Html Css Color HEX #BE6BCA Medium Orchid

📋 copy color: '#BE6BCA'

red 190 ◦ green 107 ◦ blue 202

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

Shades of Medium Orchid #BE6BCA

Tints of Medium Orchid #BE6BCA

RGB

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

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

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

R = 38.08%
G = 21.44%
B = 40.48%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE6BCA (or 0xBE6BCA) is known color: Medium Orchid. HEX triplet: BE, 6B and CA. RGB value is (190,107,202). Sum of RGB (Red+Green+Blue) = 190+107+202=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE6BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BCA is #419435. Grayscale: #8E8E8E. Windows color (decimal): -4297782 or 13265854. OLE color: 13265854.

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

Color convert

RGB 190 107 202 -
CMYK 0.06 0.47 0 0.21
HSL 292.42º 0.47% 0.61% -
HSV(B) 292.42º 0.47% 0.79% -
XYZ 37.15 25.73 58.88 -
YUV 142.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 190 107 202 0.06 0.47 0 0.21 292.42 0.47 0.61
Hex BE 6B CA 6 2F 0 15 124 2F 3D
Octal 276 153 312 6 57 0 25 444 57 75
Binary 10111110 1101011 11001010 110 101111 0 10101 100100100 101111 111101

Color Harmonies of #BE6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BCA

Black with #BE6BCA

Text Example


Text Example

White with #BE6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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