Html Css Color HEX #BE67DA Medium Orchid

📋 copy color: '#BE67DA'

red 190 ◦ green 103 ◦ blue 218

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

Shades of Medium Orchid #BE67DA

Tints of Medium Orchid #BE67DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.16%

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 37.18%
G = 20.16%
B = 42.66%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE67DA (or 0xBE67DA) is known color: Medium Orchid. HEX triplet: BE, 67 and DA. RGB value is (190,103,218). Sum of RGB (Red+Green+Blue) = 190+103+218=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67DA is #419825. Grayscale: #8D8D8D. Windows color (decimal): -4298790 or 14313406. OLE color: 14313406.

HSL color Cylindrical-coordinate representation of color #BE67DA: hue angle of 285.39º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE67DA is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 103 218 -
CMYK 0.13 0.53 0 0.15
HSL 285.39º 0.61% 0.63% -
HSV(B) 285.39º 0.53% 0.85% -
XYZ 38.74 25.71 69.25 -
YUV 142.12 170.82 162.15 -
System Red Green Blue C M Y K H S L
Decimal 190 103 218 0.13 0.53 0 0.15 285.39 0.61 0.63
Hex BE 67 DA D 35 0 F 11D 3D 3F
Octal 276 147 332 15 65 0 17 435 75 77
Binary 10111110 1100111 11011010 1101 110101 0 1111 100011101 111101 111111

Color Harmonies of #BE67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE67DA

Black with #BE67DA

Text Example


Text Example

White with #BE67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE67DA; }

 p { color: rgb(190,103,218); }

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

background-color css

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

 a { background-color: rgb(190,103,218); }

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

border-color css

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

 span { border-color: rgb(190,103,218); }

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