Html Css Color HEX #BD68E0 Medium Orchid

📋 copy color: '#BD68E0'

red 189 ◦ green 104 ◦ blue 224

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

Shades of Medium Orchid #BD68E0

Tints of Medium Orchid #BD68E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 36.56%
G = 20.12%
B = 43.33%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD68E0 (or 0xBD68E0) is known color: Medium Orchid. HEX triplet: BD, 68 and E0. RGB value is (189,104,224). Sum of RGB (Red+Green+Blue) = 189+104+224=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD68E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68E0 is #42971F. Grayscale: #8E8E8E. Windows color (decimal): -4364064 or 14706877. OLE color: 14706877.

HSL color Cylindrical-coordinate representation of color #BD68E0: hue angle of 282.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD68E0 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 104 224 -
CMYK 0.16 0.54 0 0.12
HSL 282.5º 0.66% 0.64% -
HSV(B) 282.5º 0.54% 0.88% -
XYZ 39.39 26.1 73.48 -
YUV 143.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 189 104 224 0.16 0.54 0 0.12 282.5 0.66 0.64
Hex BD 68 E0 10 36 0 C 11A 42 40
Octal 275 150 340 20 66 0 14 432 102 100
Binary 10111101 1101000 11100000 10000 110110 0 1100 100011010 1000010 1000000

Color Harmonies of #BD68E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68E0

Black with #BD68E0

Text Example


Text Example

White with #BD68E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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