Html Css Color HEX #BE6FE7 Medium Orchid

📋 copy color: '#BE6FE7'

red 190 ◦ green 111 ◦ blue 231

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

Shades of Medium Orchid #BE6FE7

Tints of Medium Orchid #BE6FE7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.86%

 BLUE value IS 231 (90.63% from 255) = 43.42%

R = 35.71%
G = 20.86%
B = 43.42%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE6FE7 (or 0xBE6FE7) is known color: Medium Orchid. HEX triplet: BE, 6F and E7. RGB value is (190,111,231). Sum of RGB (Red+Green+Blue) = 190+111+231=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE6FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FE7 is #419018. Grayscale: #939393. Windows color (decimal): -4296729 or 15167422. OLE color: 15167422.

HSL color Cylindrical-coordinate representation of color #BE6FE7: hue angle of 279.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE6FE7 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 111 231 -
CMYK 0.18 0.52 0 0.09
HSL 279.5º 0.71% 0.67% -
HSV(B) 279.5º 0.52% 0.91% -
XYZ 41.34 28.09 78.84 -
YUV 148.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 190 111 231 0.18 0.52 0 0.09 279.5 0.71 0.67
Hex BE 6F E7 12 34 0 9 118 47 43
Octal 276 157 347 22 64 0 11 430 107 103
Binary 10111110 1101111 11100111 10010 110100 0 1001 100011000 1000111 1000011

Color Harmonies of #BE6FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FE7

Black with #BE6FE7

Text Example


Text Example

White with #BE6FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FE7; }

 p { color: rgb(190,111,231); }

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

background-color css

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

 a { background-color: rgb(190,111,231); }

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

border-color css

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

 span { border-color: rgb(190,111,231); }

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