Html Css Color HEX #BF3CEE Medium Orchid

📋 copy color: '#BF3CEE'

red 191 ◦ green 60 ◦ blue 238

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

Shades of Medium Orchid #BF3CEE

Tints of Medium Orchid #BF3CEE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.27%

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

R = 39.06%
G = 12.27%
B = 48.67%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF3CEE (or 0xBF3CEE) is known color: Medium Orchid. HEX triplet: BF, 3C and EE. RGB value is (191,60,238). Sum of RGB (Red+Green+Blue) = 191+60+238=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF3CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3CEE is #40C311. Grayscale: #767676. Windows color (decimal): -4244242 or 15613119. OLE color: 15613119.

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

Color convert

RGB 191 60 238 -
CMYK 0.20 0.75 0 0.07
HSL 284.16º 0.84% 0.58% -
HSV(B) 284.16º 0.75% 0.93% -
XYZ 38.53 20.48 82.81 -
YUV 119.46 194.9 179.03 -
System Red Green Blue C M Y K H S L
Decimal 191 60 238 0.20 0.75 0 0.07 284.16 0.84 0.58
Hex BF 3C EE 14 4B 0 7 11C 54 3A
Octal 277 74 356 24 113 0 7 434 124 72
Binary 10111111 111100 11101110 10100 1001011 0 111 100011100 1010100 111010

Color Harmonies of #BF3CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3CEE

Black with #BF3CEE

Text Example


Text Example

White with #BF3CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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