Html Css Color HEX #BD3FDB Medium Orchid

📋 copy color: '#BD3FDB'

red 189 ◦ green 63 ◦ blue 219

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

Shades of Medium Orchid #BD3FDB

Tints of Medium Orchid #BD3FDB

RGB

 RED value IS 189 (74.22% from 255) = 40.13%

 GREEN value IS 63 (25% from 255) = 13.38%

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

R = 40.13%
G = 13.38%
B = 46.5%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD3FDB (or 0xBD3FDB) is known color: Medium Orchid. HEX triplet: BD, 3F and DB. RGB value is (189,63,219). Sum of RGB (Red+Green+Blue) = 189+63+219=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD3FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FDB is #42C024. Grayscale: #757575. Windows color (decimal): -4374565 or 14368701. OLE color: 14368701.

HSL color Cylindrical-coordinate representation of color #BD3FDB: hue angle of 288.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3FDB is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 63 219 -
CMYK 0.14 0.71 0 0.14
HSL 288.46º 0.68% 0.55% -
HSV(B) 288.46º 0.71% 0.86% -
XYZ 35.55 19.49 68.91 -
YUV 118.46 184.74 178.32 -
System Red Green Blue C M Y K H S L
Decimal 189 63 219 0.14 0.71 0 0.14 288.46 0.68 0.55
Hex BD 3F DB E 47 0 E 120 44 37
Octal 275 77 333 16 107 0 16 440 104 67
Binary 10111101 111111 11011011 1110 1000111 0 1110 100100000 1000100 110111

Color Harmonies of #BD3FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3FDB

Black with #BD3FDB

Text Example


Text Example

White with #BD3FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3FDB; }

 p { color: rgb(189,63,219); }

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

background-color css

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

 a { background-color: rgb(189,63,219); }

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

border-color css

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

 span { border-color: rgb(189,63,219); }

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