Html Css Color HEX #BF42E0 Medium Orchid

📋 copy color: '#BF42E0'

red 191 ◦ green 66 ◦ blue 224

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

Shades of Medium Orchid #BF42E0

Tints of Medium Orchid #BF42E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 39.71%
G = 13.72%
B = 46.57%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF42E0 (or 0xBF42E0) is known color: Medium Orchid. HEX triplet: BF, 42 and E0. RGB value is (191,66,224). Sum of RGB (Red+Green+Blue) = 191+66+224=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF42E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42E0 is #40BD1F. Grayscale: #787878. Windows color (decimal): -4242720 or 14697151. OLE color: 14697151.

HSL color Cylindrical-coordinate representation of color #BF42E0: hue angle of 287.47º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF42E0 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 66 224 -
CMYK 0.15 0.71 0 0.12
HSL 287.47º 0.72% 0.57% -
HSV(B) 287.47º 0.71% 0.88% -
XYZ 36.89 20.35 72.51 -
YUV 121.39 185.91 177.65 -
System Red Green Blue C M Y K H S L
Decimal 191 66 224 0.15 0.71 0 0.12 287.47 0.72 0.57
Hex BF 42 E0 F 47 0 C 11F 48 39
Octal 277 102 340 17 107 0 14 437 110 71
Binary 10111111 1000010 11100000 1111 1000111 0 1100 100011111 1001000 111001

Color Harmonies of #BF42E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF42E0

Black with #BF42E0

Text Example


Text Example

White with #BF42E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF42E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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