Html Css Color HEX #BF38EE Medium Orchid

📋 copy color: '#BF38EE'

red 191 ◦ green 56 ◦ blue 238

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

Shades of Medium Orchid #BF38EE

Tints of Medium Orchid #BF38EE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.55%

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

R = 39.38%
G = 11.55%
B = 49.07%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF38EE (or 0xBF38EE) is known color: Medium Orchid. HEX triplet: BF, 38 and EE. RGB value is (191,56,238). Sum of RGB (Red+Green+Blue) = 191+56+238=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF38EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF38EE is #40C711. Grayscale: #747474. Windows color (decimal): -4245266 or 15612095. OLE color: 15612095.

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

Color convert

RGB 191 56 238 -
CMYK 0.20 0.76 0 0.07
HSL 284.51º 0.84% 0.58% -
HSV(B) 284.51º 0.76% 0.93% -
XYZ 38.33 20.08 82.74 -
YUV 117.11 196.23 180.7 -
System Red Green Blue C M Y K H S L
Decimal 191 56 238 0.20 0.76 0 0.07 284.51 0.84 0.58
Hex BF 38 EE 14 4C 0 7 11D 54 3A
Octal 277 70 356 24 114 0 7 435 124 72
Binary 10111111 111000 11101110 10100 1001100 0 111 100011101 1010100 111010

Color Harmonies of #BF38EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF38EE

Black with #BF38EE

Text Example


Text Example

White with #BF38EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF38EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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