Html Css Color HEX #BF42EE Medium Orchid

📋 copy color: '#BF42EE'

red 191 ◦ green 66 ◦ blue 238

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

Shades of Medium Orchid #BF42EE

Tints of Medium Orchid #BF42EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 38.59%
G = 13.33%
B = 48.08%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF42EE (or 0xBF42EE) is known color: Medium Orchid. HEX triplet: BF, 42 and EE. RGB value is (191,66,238). Sum of RGB (Red+Green+Blue) = 191+66+238=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF42EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF42EE is #40BD11. Grayscale: #7A7A7A. Windows color (decimal): -4242706 or 15614655. OLE color: 15614655.

HSL color Cylindrical-coordinate representation of color #BF42EE: hue angle of 283.6º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF42EE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 66 238 -
CMYK 0.20 0.72 0 0.07
HSL 283.6º 0.83% 0.6% -
HSV(B) 283.6º 0.72% 0.93% -
XYZ 38.87 21.15 82.92 -
YUV 122.98 192.91 176.51 -
System Red Green Blue C M Y K H S L
Decimal 191 66 238 0.20 0.72 0 0.07 283.6 0.83 0.6
Hex BF 42 EE 14 48 0 7 11C 53 3C
Octal 277 102 356 24 110 0 7 434 123 74
Binary 10111111 1000010 11101110 10100 1001000 0 111 100011100 1010011 111100

Color Harmonies of #BF42EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF42EE

Black with #BF42EE

Text Example


Text Example

White with #BF42EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF42EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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