Html Css Color HEX #BF43EE Medium Orchid

📋 copy color: '#BF43EE'

red 191 ◦ green 67 ◦ blue 238

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

Shades of Medium Orchid #BF43EE

Tints of Medium Orchid #BF43EE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.51%

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

R = 38.51%
G = 13.51%
B = 47.98%

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

#BF43EE (or 0xBF43EE) is known color: Medium Orchid. HEX triplet: BF, 43 and EE. RGB value is (191,67,238). Sum of RGB (Red+Green+Blue) = 191+67+238=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 67 (26.56% from 255 or 13.51% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF43EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF43EE is #40BC11. Grayscale: #7B7B7B. Windows color (decimal): -4242450 or 15614911. OLE color: 15614911.

HSL color Cylindrical-coordinate representation of color #BF43EE: hue angle of 283.51º 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 #BF43EE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 67 238 -
CMYK 0.20 0.72 0 0.07
HSL 283.51º 0.83% 0.6% -
HSV(B) 283.51º 0.72% 0.93% -
XYZ 38.93 21.26 82.94 -
YUV 123.57 192.58 176.1 -
System Red Green Blue C M Y K H S L
Decimal 191 67 238 0.20 0.72 0 0.07 283.51 0.83 0.6
Hex BF 43 EE 14 48 0 7 11C 53 3C
Octal 277 103 356 24 110 0 7 434 123 74
Binary 10111111 1000011 11101110 10100 1001000 0 111 100011100 1010011 111100

Color Harmonies of #BF43EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF43EE

Black with #BF43EE

Text Example


Text Example

White with #BF43EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF43EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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