Html Css Color HEX #BE6FD4 Medium Orchid

📋 copy color: '#BE6FD4'

red 190 ◦ green 111 ◦ blue 212

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

Shades of Medium Orchid #BE6FD4

Tints of Medium Orchid #BE6FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.33%

R = 37.04%
G = 21.64%
B = 41.33%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BE6FD4 (or 0xBE6FD4) is known color: Medium Orchid. HEX triplet: BE, 6F and D4. RGB value is (190,111,212). Sum of RGB (Red+Green+Blue) = 190+111+212=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE6FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FD4 is #41902B. Grayscale: #919191. Windows color (decimal): -4296748 or 13922238. OLE color: 13922238.

HSL color Cylindrical-coordinate representation of color #BE6FD4: hue angle of 286.93º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6FD4 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 111 212 -
CMYK 0.10 0.48 0 0.17
HSL 286.93º 0.54% 0.63% -
HSV(B) 286.93º 0.48% 0.83% -
XYZ 38.8 27.07 65.47 -
YUV 146.14 165.17 159.29 -
System Red Green Blue C M Y K H S L
Decimal 190 111 212 0.10 0.48 0 0.17 286.93 0.54 0.63
Hex BE 6F D4 A 30 0 11 11F 36 3F
Octal 276 157 324 12 60 0 21 437 66 77
Binary 10111110 1101111 11010100 1010 110000 0 10001 100011111 110110 111111

Color Harmonies of #BE6FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FD4

Black with #BE6FD4

Text Example


Text Example

White with #BE6FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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