Html Css Color HEX #BE32D0 Medium Orchid

📋 copy color: '#BE32D0'

red 190 ◦ green 50 ◦ blue 208

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

Shades of Medium Orchid #BE32D0

Tints of Medium Orchid #BE32D0

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.16%

 BLUE value IS 208 (81.64% from 255) = 46.43%

R = 42.41%
G = 11.16%
B = 46.43%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE32D0 (or 0xBE32D0) is known color: Medium Orchid. HEX triplet: BE, 32 and D0. RGB value is (190,50,208). Sum of RGB (Red+Green+Blue) = 190+50+208=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE32D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32D0 is #41CD2F. Grayscale: #6D6D6D. Windows color (decimal): -4312368 or 13644478. OLE color: 13644478.

HSL color Cylindrical-coordinate representation of color #BE32D0: hue angle of 293.16º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE32D0 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 50 208 -
CMYK 0.09 0.76 0 0.18
HSL 293.16º 0.63% 0.51% -
HSV(B) 293.16º 0.76% 0.82% -
XYZ 33.76 17.78 61.33 -
YUV 109.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 190 50 208 0.09 0.76 0 0.18 293.16 0.63 0.51
Hex BE 32 D0 9 4C 0 12 125 3F 33
Octal 276 62 320 11 114 0 22 445 77 63
Binary 10111110 110010 11010000 1001 1001100 0 10010 100100101 111111 110011

Color Harmonies of #BE32D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32D0

Black with #BE32D0

Text Example


Text Example

White with #BE32D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32D0; }

 p { color: rgb(190,50,208); }

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

background-color css

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

 a { background-color: rgb(190,50,208); }

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

border-color css

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

 span { border-color: rgb(190,50,208); }

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