Html Css Color HEX #BE42FF Medium Orchid

📋 copy color: '#BE42FF'

red 190 ◦ green 66 ◦ blue 255

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

Shades of Medium Orchid #BE42FF

Tints of Medium Orchid #BE42FF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.92%

 BLUE value IS 255 (100% from 255) = 49.9%

R = 37.18%
G = 12.92%
B = 49.9%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE42FF (or 0xBE42FF) is known color: Medium Orchid. HEX triplet: BE, 42 and FF. RGB value is (190,66,255). Sum of RGB (Red+Green+Blue) = 190+66+255=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE42FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE42FF is #41BD00. Grayscale: #7B7B7B. Windows color (decimal): -4308225 or 16728766. OLE color: 16728766.

HSL color Cylindrical-coordinate representation of color #BE42FF: hue angle of 279.37º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE42FF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 66 255 -
CMYK 0.25 0.74 0 0
HSL 279.37º 1% 0.63% -
HSV(B) 279.37º 0.74% 1% -
XYZ 41.23 22.06 96.69 -
YUV 124.62 201.58 174.63 -
System Red Green Blue C M Y K H S L
Decimal 190 66 255 0.25 0.74 0 0 279.37 1 0.63
Hex BE 42 FF 19 4A 0 0 117 64 3F
Octal 276 102 377 31 112 0 0 427 144 77
Binary 10111110 1000010 11111111 11001 1001010 0 0 100010111 1100100 111111

Color Harmonies of #BE42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42FF

Black with #BE42FF

Text Example


Text Example

White with #BE42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42FF; }

 p { color: rgb(190,66,255); }

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

background-color css

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

 a { background-color: rgb(190,66,255); }

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

border-color css

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

 span { border-color: rgb(190,66,255); }

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