Html Css Color HEX #BD60EE Medium Orchid

📋 copy color: '#BD60EE'

red 189 ◦ green 96 ◦ blue 238

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

Shades of Medium Orchid #BD60EE

Tints of Medium Orchid #BD60EE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.36%

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 36.14%
G = 18.36%
B = 45.51%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD60EE (or 0xBD60EE) is known color: Medium Orchid. HEX triplet: BD, 60 and EE. RGB value is (189,96,238). Sum of RGB (Red+Green+Blue) = 189+96+238=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD60EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD60EE is #429F11. Grayscale: #8B8B8B. Windows color (decimal): -4366098 or 15622333. OLE color: 15622333.

HSL color Cylindrical-coordinate representation of color #BD60EE: hue angle of 279.3º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD60EE is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 96 238 -
CMYK 0.21 0.60 0 0.07
HSL 279.3º 0.81% 0.65% -
HSV(B) 279.3º 0.6% 0.93% -
XYZ 40.6 25.36 83.64 -
YUV 140 183.31 162.95 -
System Red Green Blue C M Y K H S L
Decimal 189 96 238 0.21 0.60 0 0.07 279.3 0.81 0.65
Hex BD 60 EE 15 3C 0 7 117 51 41
Octal 275 140 356 25 74 0 7 427 121 101
Binary 10111101 1100000 11101110 10101 111100 0 111 100010111 1010001 1000001

Color Harmonies of #BD60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD60EE

Black with #BD60EE

Text Example


Text Example

White with #BD60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD60EE; }

 p { color: rgb(189,96,238); }

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

background-color css

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

 a { background-color: rgb(189,96,238); }

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

border-color css

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

 span { border-color: rgb(189,96,238); }

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