Html Css Color HEX #BD68EF Medium Orchid

📋 copy color: '#BD68EF'

red 189 ◦ green 104 ◦ blue 239

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

Shades of Medium Orchid #BD68EF

Tints of Medium Orchid #BD68EF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.55%

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 35.53%
G = 19.55%
B = 44.92%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD68EF (or 0xBD68EF) is known color: Medium Orchid. HEX triplet: BD, 68 and EF. RGB value is (189,104,239). Sum of RGB (Red+Green+Blue) = 189+104+239=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD68EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD68EF is #429710. Grayscale: #909090. Windows color (decimal): -4364049 or 15689917. OLE color: 15689917.

HSL color Cylindrical-coordinate representation of color #BD68EF: hue angle of 277.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD68EF is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 104 239 -
CMYK 0.21 0.56 0 0.06
HSL 277.78º 0.81% 0.67% -
HSV(B) 277.78º 0.56% 0.94% -
XYZ 41.52 26.95 84.68 -
YUV 144.81 181.16 159.52 -
System Red Green Blue C M Y K H S L
Decimal 189 104 239 0.21 0.56 0 0.06 277.78 0.81 0.67
Hex BD 68 EF 15 38 0 6 116 51 43
Octal 275 150 357 25 70 0 6 426 121 103
Binary 10111101 1101000 11101111 10101 111000 0 110 100010110 1010001 1000011

Color Harmonies of #BD68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68EF

Black with #BD68EF

Text Example


Text Example

White with #BD68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68EF; }

 p { color: rgb(189,104,239); }

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

background-color css

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

 a { background-color: rgb(189,104,239); }

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

border-color css

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

 span { border-color: rgb(189,104,239); }

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