Html Css Color HEX #BD67EC Medium Orchid

📋 copy color: '#BD67EC'

red 189 ◦ green 103 ◦ blue 236

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

Shades of Medium Orchid #BD67EC

Tints of Medium Orchid #BD67EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.51%

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 35.8%
G = 19.51%
B = 44.7%

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

#BD67EC (or 0xBD67EC) is known color: Medium Orchid. HEX triplet: BD, 67 and EC. RGB value is (189,103,236). Sum of RGB (Red+Green+Blue) = 189+103+236=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD67EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD67EC is #429813. Grayscale: #8F8F8F. Windows color (decimal): -4364308 or 15493053. OLE color: 15493053.

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

Color convert

RGB 189 103 236 -
CMYK 0.20 0.56 0 0.07
HSL 278.8º 0.78% 0.66% -
HSV(B) 278.8º 0.56% 0.93% -
XYZ 40.98 26.58 82.33 -
YUV 143.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 189 103 236 0.20 0.56 0 0.07 278.8 0.78 0.66
Hex BD 67 EC 14 38 0 7 117 4E 42
Octal 275 147 354 24 70 0 7 427 116 102
Binary 10111101 1100111 11101100 10100 111000 0 111 100010111 1001110 1000010

Color Harmonies of #BD67EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD67EC

Black with #BD67EC

Text Example


Text Example

White with #BD67EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD67EC; }

 p { color: rgb(189,103,236); }

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

background-color css

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

 a { background-color: rgb(189,103,236); }

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

border-color css

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

 span { border-color: rgb(189,103,236); }

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