Html Css Color HEX #BF4DED Medium Orchid

📋 copy color: '#BF4DED'

red 191 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #BF4DED

Tints of Medium Orchid #BF4DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.25%

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

R = 37.82%
G = 15.25%
B = 46.93%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF4DED (or 0xBF4DED) is known color: Medium Orchid. HEX triplet: BF, 4D and ED. RGB value is (191,77,237). Sum of RGB (Red+Green+Blue) = 191+77+237=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF4DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4DED is #40B212. Grayscale: #808080. Windows color (decimal): -4239891 or 15551935. OLE color: 15551935.

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

Color convert

RGB 191 77 237 -
CMYK 0.19 0.68 0 0.07
HSL 282.75º 0.82% 0.62% -
HSV(B) 282.75º 0.68% 0.93% -
XYZ 39.43 22.5 82.39 -
YUV 129.33 188.77 171.99 -
System Red Green Blue C M Y K H S L
Decimal 191 77 237 0.19 0.68 0 0.07 282.75 0.82 0.62
Hex BF 4D ED 13 44 0 7 11B 52 3E
Octal 277 115 355 23 104 0 7 433 122 76
Binary 10111111 1001101 11101101 10011 1000100 0 111 100011011 1010010 111110

Color Harmonies of #BF4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4DED

Black with #BF4DED

Text Example


Text Example

White with #BF4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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