Html Css Color HEX #BE69CF Medium Orchid

📋 copy color: '#BE69CF'

red 190 ◦ green 105 ◦ blue 207

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

Shades of Medium Orchid #BE69CF

Tints of Medium Orchid #BE69CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 37.85%
G = 20.92%
B = 41.24%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE69CF (or 0xBE69CF) is known color: Medium Orchid. HEX triplet: BE, 69 and CF. RGB value is (190,105,207). Sum of RGB (Red+Green+Blue) = 190+105+207=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE69CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69CF is #419630. Grayscale: #8D8D8D. Windows color (decimal): -4298289 or 13593022. OLE color: 13593022.

HSL color Cylindrical-coordinate representation of color #BE69CF: hue angle of 290º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE69CF is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 105 207 -
CMYK 0.08 0.49 0 0.19
HSL 290º 0.52% 0.61% -
HSV(B) 290º 0.49% 0.81% -
XYZ 37.55 25.56 61.99 -
YUV 142.04 164.66 162.21 -
System Red Green Blue C M Y K H S L
Decimal 190 105 207 0.08 0.49 0 0.19 290 0.52 0.61
Hex BE 69 CF 8 31 0 13 122 34 3D
Octal 276 151 317 10 61 0 23 442 64 75
Binary 10111110 1101001 11001111 1000 110001 0 10011 100100010 110100 111101

Color Harmonies of #BE69CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE69CF

Black with #BE69CF

Text Example


Text Example

White with #BE69CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE69CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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