Html Css Color HEX #BF42E9 Medium Orchid

📋 copy color: '#BF42E9'

red 191 ◦ green 66 ◦ blue 233

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

Shades of Medium Orchid #BF42E9

Tints of Medium Orchid #BF42E9

RGB

 RED value IS 191 (75% from 255) = 38.98%

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

 BLUE value IS 233 (91.41% from 255) = 47.55%

R = 38.98%
G = 13.47%
B = 47.55%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF42E9 (or 0xBF42E9) is known color: Medium Orchid. HEX triplet: BF, 42 and E9. RGB value is (191,66,233). Sum of RGB (Red+Green+Blue) = 191+66+233=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF42E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF42E9 is #40BD16. Grayscale: #797979. Windows color (decimal): -4242711 or 15286975. OLE color: 15286975.

HSL color Cylindrical-coordinate representation of color #BF42E9: hue angle of 284.91º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF42E9 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 66 233 -
CMYK 0.18 0.72 0 0.09
HSL 284.91º 0.79% 0.59% -
HSV(B) 284.91º 0.72% 0.91% -
XYZ 38.14 20.86 79.11 -
YUV 122.41 190.41 176.92 -
System Red Green Blue C M Y K H S L
Decimal 191 66 233 0.18 0.72 0 0.09 284.91 0.79 0.59
Hex BF 42 E9 12 48 0 9 11D 4F 3B
Octal 277 102 351 22 110 0 11 435 117 73
Binary 10111111 1000010 11101001 10010 1001000 0 1001 100011101 1001111 111011

Color Harmonies of #BF42E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF42E9

Black with #BF42E9

Text Example


Text Example

White with #BF42E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF42E9; }

 p { color: rgb(191,66,233); }

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

background-color css

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

 a { background-color: rgb(191,66,233); }

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

border-color css

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

 span { border-color: rgb(191,66,233); }

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