Html Css Color HEX #BF3BED Medium Orchid

📋 copy color: '#BF3BED'

red 191 ◦ green 59 ◦ blue 237

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

Shades of Medium Orchid #BF3BED

Tints of Medium Orchid #BF3BED

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.11%

 BLUE value IS 237 (92.97% from 255) = 48.67%

R = 39.22%
G = 12.11%
B = 48.67%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF3BED (or 0xBF3BED) is known color: Medium Orchid. HEX triplet: BF, 3B and ED. RGB value is (191,59,237). Sum of RGB (Red+Green+Blue) = 191+59+237=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 59 (23.44% from 255 or 12.11% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF3BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3BED is #40C412. Grayscale: #767676. Windows color (decimal): -4244499 or 15547327. OLE color: 15547327.

HSL color Cylindrical-coordinate representation of color #BF3BED: hue angle of 284.49º degrees, saturation: 0.83, 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 #BF3BED is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 59 237 -
CMYK 0.19 0.75 0 0.07
HSL 284.49º 0.83% 0.58% -
HSV(B) 284.49º 0.75% 0.93% -
XYZ 38.34 20.32 82.02 -
YUV 118.76 194.73 179.53 -
System Red Green Blue C M Y K H S L
Decimal 191 59 237 0.19 0.75 0 0.07 284.49 0.83 0.58
Hex BF 3B ED 13 4B 0 7 11C 53 3A
Octal 277 73 355 23 113 0 7 434 123 72
Binary 10111111 111011 11101101 10011 1001011 0 111 100011100 1010011 111010

Color Harmonies of #BF3BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3BED

Black with #BF3BED

Text Example


Text Example

White with #BF3BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3BED; }

 p { color: rgb(191,59,237); }

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

background-color css

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

 a { background-color: rgb(191,59,237); }

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

border-color css

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

 span { border-color: rgb(191,59,237); }

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