Html Css Color HEX #BE69EC Medium Orchid

📋 copy color: '#BE69EC'

red 190 ◦ green 105 ◦ blue 236

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

Shades of Medium Orchid #BE69EC

Tints of Medium Orchid #BE69EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.77%

 BLUE value IS 236 (92.58% from 255) = 44.44%

R = 35.78%
G = 19.77%
B = 44.44%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE69EC (or 0xBE69EC) is known color: Medium Orchid. HEX triplet: BE, 69 and EC. RGB value is (190,105,236). Sum of RGB (Red+Green+Blue) = 190+105+236=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE69EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE69EC is #419613. Grayscale: #909090. Windows color (decimal): -4298260 or 15493566. OLE color: 15493566.

HSL color Cylindrical-coordinate representation of color #BE69EC: hue angle of 278.93º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE69EC is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 105 236 -
CMYK 0.19 0.56 0 0.07
HSL 278.93º 0.78% 0.67% -
HSV(B) 278.93º 0.56% 0.93% -
XYZ 41.43 27.11 82.41 -
YUV 145.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 190 105 236 0.19 0.56 0 0.07 278.93 0.78 0.67
Hex BE 69 EC 13 38 0 7 117 4E 43
Octal 276 151 354 23 70 0 7 427 116 103
Binary 10111110 1101001 11101100 10011 111000 0 111 100010111 1001110 1000011

Color Harmonies of #BE69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE69EC

Black with #BE69EC

Text Example


Text Example

White with #BE69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE69EC; }

 p { color: rgb(190,105,236); }

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

background-color css

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

 a { background-color: rgb(190,105,236); }

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

border-color css

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

 span { border-color: rgb(190,105,236); }

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