Html Css Color HEX #BF5DDB Medium Orchid

📋 copy color: '#BF5DDB'

red 191 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #BF5DDB

Tints of Medium Orchid #BF5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.49%

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 37.97%
G = 18.49%
B = 43.54%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF5DDB (or 0xBF5DDB) is known color: Medium Orchid. HEX triplet: BF, 5D and DB. RGB value is (191,93,219). Sum of RGB (Red+Green+Blue) = 191+93+219=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF5DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DDB is #40A224. Grayscale: #888888. Windows color (decimal): -4235813 or 14376383. OLE color: 14376383.

HSL color Cylindrical-coordinate representation of color #BF5DDB: hue angle of 286.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5DDB is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 93 219 -
CMYK 0.13 0.58 0 0.14
HSL 286.67º 0.64% 0.61% -
HSV(B) 286.67º 0.58% 0.86% -
XYZ 38.19 24.02 69.64 -
YUV 136.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 191 93 219 0.13 0.58 0 0.14 286.67 0.64 0.61
Hex BF 5D DB D 3A 0 E 11F 40 3D
Octal 277 135 333 15 72 0 16 437 100 75
Binary 10111111 1011101 11011011 1101 111010 0 1110 100011111 1000000 111101

Color Harmonies of #BF5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5DDB

Black with #BF5DDB

Text Example


Text Example

White with #BF5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5DDB; }

 p { color: rgb(191,93,219); }

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

background-color css

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

 a { background-color: rgb(191,93,219); }

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

border-color css

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

 span { border-color: rgb(191,93,219); }

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