Html Css Color HEX #BD69ED Medium Orchid

📋 copy color: '#BD69ED'

red 189 ◦ green 105 ◦ blue 237

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

Shades of Medium Orchid #BD69ED

Tints of Medium Orchid #BD69ED

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.77%

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 35.59%
G = 19.77%
B = 44.63%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD69ED (or 0xBD69ED) is known color: Medium Orchid. HEX triplet: BD, 69 and ED. RGB value is (189,105,237). Sum of RGB (Red+Green+Blue) = 189+105+237=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD69ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD69ED is #429612. Grayscale: #909090. Windows color (decimal): -4363795 or 15559101. OLE color: 15559101.

HSL color Cylindrical-coordinate representation of color #BD69ED: hue angle of 278.18º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD69ED is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 105 237 -
CMYK 0.20 0.56 0 0.07
HSL 278.18º 0.79% 0.67% -
HSV(B) 278.18º 0.56% 0.93% -
XYZ 41.32 27.04 83.16 -
YUV 145.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 189 105 237 0.20 0.56 0 0.07 278.18 0.79 0.67
Hex BD 69 ED 14 38 0 7 116 4F 43
Octal 275 151 355 24 70 0 7 426 117 103
Binary 10111101 1101001 11101101 10100 111000 0 111 100010110 1001111 1000011

Color Harmonies of #BD69ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD69ED

Black with #BD69ED

Text Example


Text Example

White with #BD69ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD69ED; }

 p { color: rgb(189,105,237); }

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

background-color css

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

 a { background-color: rgb(189,105,237); }

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

border-color css

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

 span { border-color: rgb(189,105,237); }

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