Html Css Color HEX #BF3DED Medium Orchid

📋 copy color: '#BF3DED'

red 191 ◦ green 61 ◦ blue 237

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

Shades of Medium Orchid #BF3DED

Tints of Medium Orchid #BF3DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.47%

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

R = 39.06%
G = 12.47%
B = 48.47%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF3DED (or 0xBF3DED) is known color: Medium Orchid. HEX triplet: BF, 3D and ED. RGB value is (191,61,237). Sum of RGB (Red+Green+Blue) = 191+61+237=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 61 (24.22% from 255 or 12.47% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF3DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3DED is #40C212. Grayscale: #777777. Windows color (decimal): -4243987 or 15547839. OLE color: 15547839.

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

Color convert

RGB 191 61 237 -
CMYK 0.19 0.74 0 0.07
HSL 284.32º 0.83% 0.58% -
HSV(B) 284.32º 0.74% 0.93% -
XYZ 38.44 20.53 82.06 -
YUV 119.93 194.07 178.69 -
System Red Green Blue C M Y K H S L
Decimal 191 61 237 0.19 0.74 0 0.07 284.32 0.83 0.58
Hex BF 3D ED 13 4A 0 7 11C 53 3A
Octal 277 75 355 23 112 0 7 434 123 72
Binary 10111111 111101 11101101 10011 1001010 0 111 100011100 1010011 111010

Color Harmonies of #BF3DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3DED

Black with #BF3DED

Text Example


Text Example

White with #BF3DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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