Html Css Color HEX #BE6AD4 Medium Orchid

📋 copy color: '#BE6AD4'

red 190 ◦ green 106 ◦ blue 212

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

Shades of Medium Orchid #BE6AD4

Tints of Medium Orchid #BE6AD4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.87%

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

R = 37.4%
G = 20.87%
B = 41.73%

CMYK

 C value IS 0.10

 M value IS 0.5

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BE6AD4 (or 0xBE6AD4) is known color: Medium Orchid. HEX triplet: BE, 6A and D4. RGB value is (190,106,212). Sum of RGB (Red+Green+Blue) = 190+106+212=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE6AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6AD4 is #41952B. Grayscale: #8E8E8E. Windows color (decimal): -4298028 or 13920958. OLE color: 13920958.

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

Color convert

RGB 190 106 212 -
CMYK 0.10 0.5 0 0.17
HSL 287.55º 0.55% 0.62% -
HSV(B) 287.55º 0.5% 0.83% -
XYZ 38.27 26.01 65.29 -
YUV 143.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 190 106 212 0.10 0.5 0 0.17 287.55 0.55 0.62
Hex BE 6A D4 A 32 0 11 120 37 3E
Octal 276 152 324 12 62 0 21 440 67 76
Binary 10111110 1101010 11010100 1010 110010 0 10001 100100000 110111 111110

Color Harmonies of #BE6AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6AD4

Black with #BE6AD4

Text Example


Text Example

White with #BE6AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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