Html Css Color HEX #BE38DA Medium Orchid

📋 copy color: '#BE38DA'

red 190 ◦ green 56 ◦ blue 218

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

Shades of Medium Orchid #BE38DA

Tints of Medium Orchid #BE38DA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.07%

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

R = 40.95%
G = 12.07%
B = 46.98%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE38DA (or 0xBE38DA) is known color: Medium Orchid. HEX triplet: BE, 38 and DA. RGB value is (190,56,218). Sum of RGB (Red+Green+Blue) = 190+56+218=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE38DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38DA is #41C725. Grayscale: #727272. Windows color (decimal): -4310822 or 14301374. OLE color: 14301374.

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

Color convert

RGB 190 56 218 -
CMYK 0.13 0.74 0 0.15
HSL 289.63º 0.69% 0.54% -
HSV(B) 289.63º 0.74% 0.85% -
XYZ 35.3 18.84 68.1 -
YUV 114.53 186.39 181.83 -
System Red Green Blue C M Y K H S L
Decimal 190 56 218 0.13 0.74 0 0.15 289.63 0.69 0.54
Hex BE 38 DA D 4A 0 F 122 45 36
Octal 276 70 332 15 112 0 17 442 105 66
Binary 10111110 111000 11011010 1101 1001010 0 1111 100100010 1000101 110110

Color Harmonies of #BE38DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE38DA

Black with #BE38DA

Text Example


Text Example

White with #BE38DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE38DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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