Html Css Color HEX #BF5CDB Medium Orchid

📋 copy color: '#BF5CDB'

red 191 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #BF5CDB

Tints of Medium Orchid #BF5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.33%

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

R = 38.05%
G = 18.33%
B = 43.63%

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

#BF5CDB (or 0xBF5CDB) is known color: Medium Orchid. HEX triplet: BF, 5C and DB. RGB value is (191,92,219). Sum of RGB (Red+Green+Blue) = 191+92+219=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5CDB is #40A324. Grayscale: #878787. Windows color (decimal): -4236069 or 14376127. OLE color: 14376127.

HSL color Cylindrical-coordinate representation of color #BF5CDB: hue angle of 286.77º 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 #BF5CDB is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 92 219 -
CMYK 0.13 0.58 0 0.14
HSL 286.77º 0.64% 0.61% -
HSV(B) 286.77º 0.58% 0.86% -
XYZ 38.1 23.85 69.61 -
YUV 136.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 191 92 219 0.13 0.58 0 0.14 286.77 0.64 0.61
Hex BF 5C DB D 3A 0 E 11F 40 3D
Octal 277 134 333 15 72 0 16 437 100 75
Binary 10111111 1011100 11011011 1101 111010 0 1110 100011111 1000000 111101

Color Harmonies of #BF5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5CDB

Black with #BF5CDB

Text Example


Text Example

White with #BF5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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