Html Css Color HEX #BE69D5 Medium Orchid

📋 copy color: '#BE69D5'

red 190 ◦ green 105 ◦ blue 213

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

Shades of Medium Orchid #BE69D5

Tints of Medium Orchid #BE69D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.93%

R = 37.4%
G = 20.67%
B = 41.93%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE69D5 (or 0xBE69D5) is known color: Medium Orchid. HEX triplet: BE, 69 and D5. RGB value is (190,105,213). Sum of RGB (Red+Green+Blue) = 190+105+213=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE69D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69D5 is #41962A. Grayscale: #8E8E8E. Windows color (decimal): -4298283 or 13986238. OLE color: 13986238.

HSL color Cylindrical-coordinate representation of color #BE69D5: hue angle of 287.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE69D5 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 105 213 -
CMYK 0.11 0.51 0 0.16
HSL 287.22º 0.56% 0.62% -
HSV(B) 287.22º 0.51% 0.84% -
XYZ 38.3 25.85 65.92 -
YUV 142.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 190 105 213 0.11 0.51 0 0.16 287.22 0.56 0.62
Hex BE 69 D5 B 33 0 10 11F 38 3E
Octal 276 151 325 13 63 0 20 437 70 76
Binary 10111110 1101001 11010101 1011 110011 0 10000 100011111 111000 111110

Color Harmonies of #BE69D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE69D5

Black with #BE69D5

Text Example


Text Example

White with #BE69D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE69D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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