Html Css Color HEX #BE32CF Medium Orchid

📋 copy color: '#BE32CF'

red 190 ◦ green 50 ◦ blue 207

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

Shades of Medium Orchid #BE32CF

Tints of Medium Orchid #BE32CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 42.51%
G = 11.19%
B = 46.31%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE32CF (or 0xBE32CF) is known color: Medium Orchid. HEX triplet: BE, 32 and CF. RGB value is (190,50,207). Sum of RGB (Red+Green+Blue) = 190+50+207=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE32CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32CF is #41CD30. Grayscale: #6D6D6D. Windows color (decimal): -4312369 or 13578942. OLE color: 13578942.

HSL color Cylindrical-coordinate representation of color #BE32CF: hue angle of 293.5º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE32CF is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 50 207 -
CMYK 0.08 0.76 0 0.19
HSL 293.5º 0.62% 0.5% -
HSV(B) 293.5º 0.76% 0.81% -
XYZ 33.64 17.73 60.68 -
YUV 109.76 182.88 185.23 -
System Red Green Blue C M Y K H S L
Decimal 190 50 207 0.08 0.76 0 0.19 293.5 0.62 0.5
Hex BE 32 CF 8 4C 0 13 126 3E 32
Octal 276 62 317 10 114 0 23 446 76 62
Binary 10111110 110010 11001111 1000 1001100 0 10011 100100110 111110 110010

Color Harmonies of #BE32CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32CF

Black with #BE32CF

Text Example


Text Example

White with #BE32CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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