Html Css Color HEX #BD69EA Medium Orchid

📋 copy color: '#BD69EA'

red 189 ◦ green 105 ◦ blue 234

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

Shades of Medium Orchid #BD69EA

Tints of Medium Orchid #BD69EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 35.8%
G = 19.89%
B = 44.32%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD69EA (or 0xBD69EA) is known color: Medium Orchid. HEX triplet: BD, 69 and EA. RGB value is (189,105,234). Sum of RGB (Red+Green+Blue) = 189+105+234=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD69EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD69EA is #429615. Grayscale: #909090. Windows color (decimal): -4363798 or 15362493. OLE color: 15362493.

HSL color Cylindrical-coordinate representation of color #BD69EA: hue angle of 279.07º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD69EA is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 105 234 -
CMYK 0.19 0.55 0 0.08
HSL 279.07º 0.75% 0.66% -
HSV(B) 279.07º 0.55% 0.92% -
XYZ 40.89 26.86 80.87 -
YUV 144.82 178.33 159.51 -
System Red Green Blue C M Y K H S L
Decimal 189 105 234 0.19 0.55 0 0.08 279.07 0.75 0.66
Hex BD 69 EA 13 37 0 8 117 4B 42
Octal 275 151 352 23 67 0 10 427 113 102
Binary 10111101 1101001 11101010 10011 110111 0 1000 100010111 1001011 1000010

Color Harmonies of #BD69EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD69EA

Black with #BD69EA

Text Example


Text Example

White with #BD69EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD69EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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